Hi All,
First of all I am new to spring..and i am not a seasoned developer..Because the doubt i am going to ask is very stupid i guess..Anyway here is my question..
I am using
Spring framework 2.0.6
I have a form like below:
AssociateForm.jsp
And i am validating Associate form such that user cannot leave the field age blank..
When i submit the form with null values in Age I am getting the below error:
Failed to convert property value of type [java.lang.String] to required type [int] for property age; nested exception is java.lang.NumberFormatException: For input string: ""
Any thing wrong here?