There is an easier way (works in Tapestry 3.0) - simply setup a page and in the pageBeginRender, use RequestCycle.getRequestContext.getParameter("name") to access the posted variables and do what you'd like with it...Then your page URL will be xyz/app?service=page/<Your page name>

----- Original Message ----- From: "Jean-Eric Cuendet (JeSC)" <[EMAIL PROTECTED]>
To: <tapestry-user@jakarta.apache.org>
Sent: Monday, February 13, 2006 4:12 AM
Subject: POST handling


Hi,
I need a page in my Tapestry application to handle data that a remote client could send me. I'll use an HTTP POST method.
How can I handle that in my application?
Thanks for any pointer.
-jec

--
JeSC - Software et Consulting
Jean-Eric Cuendet
1168 Villars-sous-Yens

Web       : http://jesc.ch / http://cuendet.biz
Tel       : +41 21 800 3343
Mobile    : +41 76 222 3343
--------------------------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to