Am Wed, 17 Dec 2014 00:05:04 +0100 schrieb "Alex Licota" <[email protected]>: > Everything works except that the id I get from the OGNL EL is offset > by 48 everytime... (e.g if the tag <s:property value="id" /> shows 5, > I get 53 in my map key).
Sounds like you get the ASCII char value not the integer represented value. Gruss Bernd --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
