Ok I m not editing so no need to use value, however it looks like there is no
way in tapestry to receive an object as described above ( straight from a
form as BeanEditForm, that I can't use because I need many submit buttons)

m I correct ?

 

Thiago H. de Paula Figueiredo wrote:
> 
> 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
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/form-that-create-an-object-tp25414886p25612127.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


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

Reply via email to