It's not really clear what you want to do. With Tapestry you really don't
need to fiddling with URLEncoder or connections.

Which Tapestry Version are you targeting (3, 4 or 5)?

If you use 5 - take a look at the LinkSubmit component
(http://tapestry.apache.org/tapestry5.1/tapestry-core/ref/org/apache/tapestry5/corelib/components/LinkSubmit.html).

Simple form example with LinkSubmit:
<form t:type="form" t:id="myForm">
  <input type="text" t:type="TextField" t:id="myText" value="text" />
   # Submit me 
</form>
-- 
View this message in context: 
http://tapestry-users.832.n2.nabble.com/Do-a-POST-with-Tapestry-and-Link-tp5717358p5724205.html
Sent from the Tapestry Users 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