On Thu, 21 Jan 2010 12:00:09 -0200, Stephan Windmüller <stephan.windmuel...@cs.tu-dortmund.de> wrote:

Hello!

Hi!

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">
?

I tried exactly the above line it worked. Form ignores the action attribute value, overriding it when rendering.

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor Owner, software architect and developer, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

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

Reply via email to