Sorry to poach on this thread, but is there a way to reconfigure the client side validation model rather than disable it entirely? i.e.: to customize the validation trigger event (onClick,onBlur,onFocus,onKeyUp etc), or instead of per element validation, validate before a submit like this for example:
<form onsubmit="return validateOnSubmit()" thanks, Peter ----- Original Message ----- From: "Thiago H. de Paula Figueiredo" <thiag...@gmail.com> To: "Tapestry users" <users@tapestry.apache.org> Sent: Tuesday, 2 June, 2009 17:05:10 GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: Re: T5: validation without instant popups On Tue, Jun 2, 2009 at 11:02 AM, <kas...@nekoconeko.nl> wrote: > Hi, Hi! > Is it possible to perform the validation in forms without getting > the black pop-ups? You can disable the client-side validation using the clientValidation parameter of the Form or BeanEditForm components. The validation will still be done server-side. -- Thiago --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org