I am using Spring 4. My form contains the following variables:
@NotNull @Email private String email; @NotNull private String firstName; @NotNull private Stri
You need to add
and
org.hibernate hibernate-validator 4.2.0.Final
Should work!