Hello!

We are creating our templates with default XHTML tags like

 <form t:type="form">

so we are able to edit and validate them with standard HTML tools. But I am unsure how to set the required "action" parameter of the form component. Does it even care for tapestry if I write

 <form t:type="form" action="invalid">

? The component reference is lacking an example for this.

http://tapestry.apache.org/tapestry5/tapestry-core/ref/org/apache/tapestry5/corelib/components/Form.html

Regards
 Stephan

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

Reply via email to