On 3/15/07, Dave Newton <[EMAIL PROTECTED]> wrote:
Heya,
Someone mentioned this on users yesterday about how
under JSP 2.1 the # is now part of JSP EL (I assume
because of JSF?) and that they had to disable EL to
get OGNL to render.
(I don't know if that disables JSP ${} EL, but if it
does, that's a lose.)
Has anybody given this any thought? I may be switching
to a JSP 2.1 container myself soon but I'm not excited
about losing ${}, if that's what actually happens.
Dave
Hmm, we're aware that the #{..} OGNL map construction is causing
problems - some users reported the solution is to add the class of the
map yourself. Eg. the following should work:
[EMAIL PROTECTED]@{ "foo" : "foo value", "bar" : "bar value" }
Phil
____________________________________________________________________________________
TV dinner still cooling?
Check out "Tonight's Picks" on Yahoo! TV.
http://tv.yahoo.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
iDTV System Engineer
"Always code as if the guy who ends up maintaining your code will be a
violent psychopath who knows where you live." - John F. Woods
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]