Re: Select tag on freemarker

2007-11-22 Thread Aristides P. Preto Jr
e-leading-%22r%22-in-OGNL-list-syntax--tf4349553.html#a12395847 , and also some info on http://www.jroller.com/cdaniluk/entry/webwork_and_freemarker_part_deux . Unfortunatelly, the docs. on http://struts.apache.org/2.0.11/docs/freemarker-tags.html does not refer this... Bests, --- Aristides P. Preto Jr. - [EMAIL PR

Select tag on freemarker

2007-11-21 Thread Aristides P. Preto Jr
list="entityTypeList" emptyOption="true"/> or this: <@s.set name="entityTypeList" value="#{'CST':'Customer','SPL':'Supplier','OTH':'Other'}" /> and the list is not populated if I try this: &l