On Wed, 14 Nov 2007 11:24:03 -0200, Michael Courcy <[EMAIL PROTECTED]> wrote:

<input t:type="TextField" t:id="user.name" t:value="user.name"/>

Try t:id="name" instead of t:id="user.name". ;)

The t:id attribute is not meant as a way to tell Tapestry what are you editing: it's just an id that you can use to refer to it in another component (Label, for example) or in your page class.

--
Thiago H. de Paula Figueiredo
Desenvolvedor, Instrutor e Consultor de Tecnologia
Eteg Tecnologia da Informação Ltda.
http://www.eteg.com.br

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

Reply via email to