Musachy Barroso wrote:
that's only a problem for defining maps in ognl, which used the "#{a:b}" syntax, which made the jstl el complain. The solution is just to use the alternative map syntax:#[email protected]@{ "foo" : "foo value", "bar" : "bar value" } http://www.opensymphony.com/ognl/html/LanguageGuide/collectionConstruction.html#mapConstruction
I have places in my current codebase where I use the #{a:b} syntax without issue. Does jstl-el not complain because I added those since the rtexprvalue=false change? If so, anyone mind if I remove that portion of the wiki page (replacing it with a link to the ognl mapContruction link)?
-Dale --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
