This fixs the problem, thanks.

Nick Westgate wrote:
> 
> Yeah, there is a small bug in the template error reporting.
> 
> <t:form> is a component of type "Form" that is assigned a default id,
> and that's the same as the type name "form". This matches Form _form.
> 
> To get rid of the error use:
> <t:form t:id="form">
> 
> You could use a better name than form though, like loginForm. ;-)
> <t:form t:id="loginForm">
> 

-- 
View this message in context: 
http://www.nabble.com/T5%3ASimple-form-submit-tf4310884.html#a12286975
Sent from the Tapestry - User mailing list archive at Nabble.com.


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

Reply via email to