Em Thu, 24 Sep 2009 10:53:41 -0300, limonn <limonnd...@gmail.com> escreveu:

<t:TextField t:id="user.lastName" t:validate="required,minlength=3" size="30"/> Failure parsing template context:TestForm.tml: Component id 'user.lastName' is not valid; component ids must be valid Java identifiers: start with a
letter, and consist of letters, numbers and underscores.

The t:id must be a valid identifier. You should use the value parameter to bind the textfield to a property: value="user.lastName".

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

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

Reply via email to