Thanks for the response Musachy. So, is the "r" shorthand to let freemarker know that my list is a LinkedHashMap? If not, what is the "r" doing?
Thanks again, James Musachy Barroso wrote: > > Do it like: > > list="[EMAIL PROTECTED]@{'Regular' : 'Regular', 'Decaf': > 'Decaf'}}" > > musachy > > On 8/29/07, james_carbon5 <[EMAIL PROTECTED]> wrote: >> >> Thanks for the response Dale. The "r" isn't a typo. If I remove it I get: >> >> javax.servlet.ServletException: freemarker.core.ParseException: Error on >> line ... >> Found string literal: "foo" >> Expecting: number >> >> etc... >> >> Thanks, >> James >> >> >> DNewfield wrote: >> > >> > >> > I've not written much freemarker, but I'd bet the r is a typo. The >> > important difference between the two tags you have are the single >> quotes >> > around the value of the list attribute. >> > >> > james_carbon5 wrote: >> >> <@s.select ... list=#{"foo":"foo stuff","bar":"bar stuff"} /> >> >> <@s.select ... list=r'#{"foo":"foo stuff","bar":"bar stuff"}' /> >> > >> > -Dale >> > >> > --------------------------------------------------------------------- >> > To unsubscribe, e-mail: [EMAIL PROTECTED] >> > For additional commands, e-mail: [EMAIL PROTECTED] >> > >> > >> > >> >> -- >> View this message in context: >> http://www.nabble.com/Can-anyone-explain-the-leading-%22r%22-in-OGNL-list-syntax--tf4349553.html#a12393954 >> Sent from the Struts - User mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > > -- > "Hey you! Would you help me to carry the stone?" Pink Floyd > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Can-anyone-explain-the-leading-%22r%22-in-OGNL-list-syntax--tf4349553.html#a12395847 Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]