.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,
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
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