2 Replies Latest reply on Sep 12, 2009 3:50 AM by jigneshmpatel

    Intercepting Hibernate Validation Errors while form  submit

    jigneshmpatel

      I am using hibernate validation on seam(.xhtml) forms. It works fine with AJAX and it displays proper error messages. But when I submit the forum, despite having validation errors, I am able to submit the form. 
      How to reslove this. How would my submit action will know about the hibernate validation errors on the screen?