On 10/9/2010 2:48 AM, Ricardo Oliveira wrote:
Also posted in stackoverflow:
http://stackoverflow.com/questions/3895961/nasty-java-lang-numberformatexception-in-struts2-ognl
Any help appreciated!
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
It is not an OGNL problem. The String you are trying to convert is not
convertible to an int in Java just like you could not convert the String
"abc" to an int. You need to use a long.
Chris
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]