Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for change notification.
The following page has been changed by CesarLesc: http://wiki.apache.org/tapestry/Tapestry5HowToUseForms ------------------------------------------------------------------------------ private Form form; }}} - Here's how it looks using your html template, Tapestry will create a form component because the component declaration and the form tag share the same id (actualy if you rename the form variable to foo you don't need the annotation). + Here's how it looks using your html template, Tapestry will create a form component because the component declaration and the form tag share the same id (actualy if you rename the form variable to foo you don't need the id parameter of the annotation). {{{ <form t:id="foo"> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
