You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Dale Newfield <da...@newfield.org> on 2009/07/25 17:10:18 UTC

OGNL?

Anyone ever fight this?  I worked around it, but it sure seems annoying:

'Foo' + 1 => 'Foo1'
1+1 => 2
'Foo' + (1 + 1) => 'Foo11'

As a friend described it:  "parentheseis are priority... but only for 
the calculation, not the type."

-Dale

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org