1 Reply Latest reply on Jan 7, 2011 11:56 AM by alexsmirnov

    Richfaces Validation

    dhivyasri

      Richfaces and ajax:

       

                     Any one ll tell what are the validation class available in jsf2.0 and richfaces?

                     Whether email validation is available??

      pl clarify my doubt

        • 1. Richfaces Validation
          alexsmirnov

          RichFaces does not provide any custom validators ( yet ), but leverage JSF and JSR-303 bean validators instead.

          None of standard validators have 'email validator' out of the box, but you can use regexp string validator, or Hibernate @Email annotation.

          P.S. None of above have client-side version yet.