I am using Spring 4. My form contains the following variables:
@NotNull @Email private String email; @NotNull private String firstName; @NotNull private Stri
In my case hibernate-validator jars are not available in run time. I've copied them to .../WEB-INF/lib/ then it worked correctly.