mraible wrote:
Are there any plans to fix OGNL's # (or provide a workaround) for JSP 2.1?
I've not tried updating to 2.1 and testing this, but under "Backward
Compatibility"
http://java.sun.com/developer/technicalArticles/J2EE/jsp_21/ suggests:
Escape each instance of the #{ characters using a backslash: \#{.
Does that work?
I.E., does the following work in 2.1?
<s:select key="batchSize"
list='\#{"10":"10",
"25":"25",
"50":"50"}'/>
-Dale
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]