Em Mon, 20 Oct 2008 11:00:20 -0300, tapestry5 <[EMAIL PROTECTED]> escreveu:

I am working on Tapestry 5.0.13 version.

I have 2 radio buttons in my page and i need to set client side validation on the click of radio buttons.
On click of Radio Button 1: TextField1 should not be empty.
On click of Radio Button 1: TextField1 & TextField2  should not be empty.

AFAIK, there's no way to Tapestry do it out of the box. It doesn't provide any cross-field validations. You can, however, take a look at Tapestry.js to reuse it in your Javascript code.

--
Thiago H. de Paula Figueiredo
Independent Java consultant, developer, and instructor
Consultor, desenvolvedor e instrutor em Java
http://www.arsmachina.com.br/thiago

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to