RE: Validation BEFORE submit

2006-05-16 Thread Jimmi Dyson
.phil-taylor.com/fvalidate/ fvalidate is a really good javascript validation library, providing loads of flexible validators. Jim -Original Message- From: ZedroS Schwart [mailto:[EMAIL PROTECTED] Sent: 16 May 2006 12:17 To: Tapestry users Subject: Re: Validation BEFORE submit > For instance,

Re: Validation BEFORE submit

2006-05-16 Thread ZedroS Schwart
For instance, the page can easily provide it's own validation that is not easily doable with normal validators (eg making sure 2 password fields are equal). It looks like something many tapestry developpers could use... Is there a possibility of seeing the code/putting in the wiki ? Thanks in a

Re: Validation BEFORE submit

2006-05-15 Thread Dan Adams
We did something similar by wrapping @Form with a component that can provided multiple levels of validation. For instance, the page can easily provide it's own validation that is not easily doable with normal validators (eg making sure 2 password fields are equal). This has worked well for us as a

Validation BEFORE submit

2006-05-12 Thread Theo vN
Hi Our project requires multiple stages of validation of data editable in a form. At first there is a draft stage - all submitted fields should be validated but not all required fields have to be filled in - all submitted fields must be persisted to database. Second stage requires more in depth