What is the parse error? Could you send over (using copy/paste) the
exact text you used?
This definitely works when doing an #assign, and should work for
string expansion in FTL as well...
-David
On Jul 17, 2008, at 7:46 AM, Vikas Mayur wrote:
Thanks David - but its not working at all. I am getting a parse
exception
and freemarker editor is also showing an error.
- Vikas
On Thu, Jul 17, 2008 at 7:01 PM, David E Jones <[EMAIL PROTECTED]
>
wrote:
Try:
${uiLabelMap.["checkhelper.select_shipping_destination"]}
But yeah, it is probably better to avoid periods in label names...
-David
On Jul 17, 2008, at 7:24 AM, Vikas Mayur wrote:
I come across to use a label checkhelper.select_shipping_destination
defined
in OrderUiLabel in a ftl file.But this does not work the usual way
${uiLabelMap.checkhelper.select_shipping_destination}.
Is there a way to use these kind labels.
Thanks,
- Vikas