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]

Reply via email to