2 Replies Latest reply on Jan 2, 2014 4:08 AM by lfryc

    Is r:validator applicable for extensions of Hibernate Validator?

    juergen.zimmermann

      I know that r:validator can be applied for the standardized B.V. annotations like @Pattern or @Size.

      Will r:validator also validate the Hibernate Validator extensions like @Email or @NotEmpty? I tried @Email but couldn't get the expected error message.