Rivka Shisman wrote the following on 7/12/2005 3:22 AM:

I understand that you did not follow this thread from the beginning.
As I mentioned before - when working with int, short, byte types - my
app works fine. I don't get any runtime exception!

I don't think you tried what Craig proposed. Your app probably only workds fine because either

a) You aren't using a text field and the number types are definitely numbers (BeanUtils will convert them just fine).

OR

b) In your text fields you are always typing in the number in proper format (a true number type). Like craig said use a text field of type int in your ActionForm and then input "1233abcd" and see what happens.

--
Rick

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to