Dev - requestAttributes.uiLabelMap

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Dev - requestAttributes.uiLabelMap

cjhowe
is this line still needed in ftl files?

<#if requestAttributes.uiLabelMap?exists><#assign
uiLabelMap = requestAttributes.uiLabelMap></#if>


It breaks the screen the uiLabelMap when using
screens.

This one in particular came from common/webcommon/login.ftl
 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev
Reply | Threaded
Open this post in threaded view
|

Re: Dev - requestAttributes.uiLabelMap

David E. Jones

No, it's not needed for FTL files rendered through the Screen Widget and should be removed from all FTL files that aren't used through JPublish (not many of these left fortunately).

-David


Chris Howe wrote:

> is this line still needed in ftl files?
>
> <#if requestAttributes.uiLabelMap?exists><#assign
> uiLabelMap = requestAttributes.uiLabelMap></#if>
>
>
> It breaks the screen the uiLabelMap when using
> screens.
>
> This one in particular came from common/webcommon/login.ftl
>  
> _______________________________________________
> Dev mailing list
> [hidden email]
> http://lists.ofbiz.org/mailman/listinfo/dev
 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev