Expression UiLabelMap Undefined

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

Expression UiLabelMap Undefined

chitrakala ramanujam
  
Hi All,

I am getting the following error while creating the new user from the lcnewcustomer.ftl page.


Expression uiLabelMap is undefined on line 112, column 39 in lcnewcustomer.ftl. The problematic instruction: ---------- ==> ${uiLabelMap.PartyFirstName} [on line 112, column 37 in lcnewcustomer.ftl] ---------- Java backtrace for programmers: ---------- freemarker.core.InvalidReferenceException: Expression uiLabelMap is undefined on line 112
........

Dont have idea to resolve this.

Someone please help me regarding this issue.

Thanks.
chitrkala
Reply | Threaded
Open this post in threaded view
|

Re: Expression UiLabelMap Undefined

Scott Gray
You need to have this in your main-decorator screen:
                <property-map resource="PartyUiLabels" map-name="uiLabelMap"
global="true"/>
Regards
Scott

On 13 Apr 2007 05:27:58 -0000, chitrakala ramanujam <
[hidden email]> wrote:

>
>
> Hi All,
>
> I am getting the following error while creating the new user from the
> lcnewcustomer.ftl page.
>
>
> Expression uiLabelMap is undefined on line 112, column 39 in
> lcnewcustomer.ftl. The problematic instruction: ---------- ==> ${
> uiLabelMap.PartyFirstName} [on line 112, column 37 in lcnewcustomer.ftl]
> ---------- Java backtrace for programmers: ----------
> freemarker.core.InvalidReferenceException: Expression uiLabelMap is
> undefined on line 112
> ........
>
> Dont have idea to resolve this.
>
> Someone please help me regarding this issue.
>
> Thanks.
> chitrkala