On 28/02/07, Danny Robinson <[EMAIL PROTECTED]> wrote:
Would there be support for an enhancement to the client-side validation so
that it behaves in the same way as the server-side logic?  Meaning, we'd get
rid of the javascript alert dialog and instead dyanamically show/hide the
error messages in the page.

You should look at the way this is done in A4J - the server side
validators are used: the onblur of the input causes it's value to be
sent, and then rendering any error messages (in the normal places),
again using ajax.  Very neat IMO.

Pete

Reply via email to