On Wed, 29 Jun 2011 15:35:43 -0300, hese <1024h...@gmail.com> wrote:

I have a select control for which I want to set the t:validate attribute
dynamically. For some cases when the form loads I dont want validation on the control.

Hi!

So in in the tml definition of the control I have -
t:validate="${validate}"

The type of the validate parameter is FieldValidator, so this won't work no matter what you pass to it. Search the list for FieldValidator and you'll find some answers. ;)

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to