2 Replies Latest reply on Sep 11, 2010 12:15 PM by prabhat.jha

    Hibernate Validation Issue in RichFaces

    sincanvin

      Hi,

       

       

        We are using Hibernate Validator with JSF validations to validate the fields in the JSF/Richfaces form. I am having one issue due to the validator as it gets invoked for the validations of the fields even on the action of another components - Rich Toggle panel . I used immediate=true on the Toggle Panel which  skips the validation but the fields are not getting rendered with the new values. I need the fields to be rerendered with the new values.

       

      Is there any way by which we can start the validations on the action of SUBMIT button? I need to restrict the validations until the action of SUBMIT button of the form.

       

      Pl. suggest and guide.

       

      Thanks,