I am using Spring 4. My form contains the following variables:
@NotNull @Email private String email; @NotNull private String firstName; @NotNull private Stri
I faced the same problem. I resolved by adding below statement in dispatcher-serlvet.xml file.