I have a search form in my application and I'd like to use a <form
method="GET"> since the form does not change serverside state. This is
perfectly legal in normal (non-tapestry) HTML.

The tapestry form component (and related field components) require that the
form submits via "POST" and also causes a redirect-after-post. Does anyone
have a solution to use a <form method="GET"> but still benefit from the
field bindings / validation etc that tapestry provides?

I'm trying to avoid flash persistance at all cost. I'm currently considering
client persistence or a complex onActivate / onPassivate pair but I'd prefer
a simple <form method="GET" />

Suggestions welcome.




--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/form-method-GET-tp5719423.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