Re: T5: validation without instant popups

2009-06-15 Thread P . Stavrinides
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:


To: "Tapestry users" 
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,   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



Re: T5: validation without instant popups

2009-06-02 Thread Thiago H. de Paula Figueiredo
On Tue, Jun 2, 2009 at 11:02 AM,   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



T5: validation without instant popups

2009-06-02 Thread kasper


 Hi,  

 Is it possible to perform the validation in forms without getting
the black pop-ups?   

 http://tapestry.apache.org/tapestry5/tutorial1/address-v6.png