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


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

Reply via email to