such as 
<form action="xxx" method="get">
<input type="text" name="test" value="test"/>
<input type="text" name="test1" value="test1"/>
<select name="t">...</select>
</form>
I think the url xxx?test=test&test1=test1&t=.. is better than
xxx/test/test1/..

-- 
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Is-there-any-way-to-render-the-get-method-of-form-tp2643651p2643651.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