I have a Spring MVC SimpleFormController and a Validator which handle form submissions.
I'm getting this error:
Doesn't Spring MVC support String to int conversion by default? At least according to documentation it should.Code:Failed to convert property value of type [[Ljava.lang.String;] to required type [int] for property 'year'; nested exception is java.lang.NumberFormatException: For input string: "0,"


Reply With Quote