Hi everybody. I'm developing a Tapestry5 app that must get the POST
parameters a third party app is sending.

I've tried almost everything:  

- onactivate with @RequestParameter parameters

- @ActivationRequestParameter Strings 

- @Inject private Request request; ...... {....
request.getParameter("param1")....}

-@Inject private HttpServletRequest httprequest;  ...... {....
httprequest.getParameter("param1")....}


Seems nothing is working. What am I doing wrong?. I know it's a very simple
question, but I'm stuck...

Thanks for your time.



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/getting-the-POST-parameters-from-a-third-party-app-tp5711393.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