Login  Register

Dev - requestAttributes.uiLabelMap

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

Dev - requestAttributes.uiLabelMap

cjhowe
1141 posts
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
| More
Print post
Permalink

Re: Dev - requestAttributes.uiLabelMap

David E. Jones
1146 posts

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