5 Replies Latest reply on Aug 22, 2006 11:08 PM by gavin.king

    validate and ValidateAll tags question

      This may be more of a Hibernate question, but is there a way that you can disable validation for a particular JSF action method? For example, the hibernate/seam validation works great, but in my app if i key in some bad data, then decide to stop working on that form and say hit the cancel button, the validation still kicks in and i can't hit cancel to stop working on that form until i fix the bad data in the form. What can I do so that it doesn't try to validate if the user clicks the cancel button?

      Thanks,

      Josh