I was trying to figure out how to use a static map, that I created in a freemarker template, to populate a drop down list, a la:
<@s.select ... list=#{"foo":"foo stuff","bar":"bar stuff"} /> After an hour or so of banging my head into my keyboard I found http://www.jroller.com/cdaniluk/entry/webwork_and_freemarker_part_deux this post , where I learned that this will work. <@s.select ... list=r'#{"foo":"foo stuff","bar":"bar stuff"}' /> Can someone explain what the leading "r" is, or point me to some documentation that explains what it is and when to use it? I haven't been able to find any mention of it in the struts 2, freemarker, or ognl language documentation. Thanks! -- View this message in context: http://www.nabble.com/Can-anyone-explain-the-leading-%22r%22-in-OGNL-list-syntax--tf4349553.html#a12392943 Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]