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-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org