Hi,

Can anyone tell me the freemarker equivalent of this (in particular
the list with map literal syntax):

<s:select
      name="months"
      list="#{'01':'Jan', '02':'Feb'}"
/>

I've tried many, many different variations and I'm getting nowhere.
I do NOT understand the difference in attribute syntax in the UI
tags between jsp and freemarker.

Here are a few variations that DON'T work:

list="#{'01':'Jan', '02':'Feb'}" - same as above

list="%{#{'01':'Jan', '02':'Feb'}}" - force OGNL?

list="{'01':'Jan', '02':'Feb'}" - pure freemarker

Thanks,

Fred Toth



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to