You can find the full source code for this website in the Seam package in the directory /examples/wiki. It is licensed under the LGPL.
| Online: | 16 Members of 4546 |
| Forum: Seam Users |
18. Jul 2008, 04:41 CET | Link |
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