0 Replies Latest reply on Jul 18, 2008 4:41 AM by igor_dik

    Feature: Submitting invalid fields values.

    igor_dik

      Hi,


      my goal is to be able to submit a form without validation, but have the updated model after submit. The model should have Hibernate validators annotations, so we still can validate each field onblur. The thing is we want to have 2 buttons on the page:
      1) save dirty data (can be invalid, a user can come back later and fix before submit)
      2) submit the valid data


      I know, that is probably impossible in JSF, but is there any way to work this around?
      I will appreciate any help on this.


      Thanks,
      Igor