You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by John <jo...@quivinco.com> on 2013/01/10 09:48:40 UTC

client side form validation with JQuery

Hi,

I find that with using jQuery required fields are validated in forms before they are submitted. For example as soon as I display the login page the error of needing to enter the username appears.

This only happen swith IE8 though, Chrome is fine? Presently the only work around I see is to perform all the validation server side.

John