Any of those should have worked; the big question is what URL did the
3rd party post to ... if that doesn't match against a Tapestry page's
URL, the page won't be activated.

On Thu, May 17, 2012 at 6:39 AM, ramonchu <pblcd...@gmail.com> wrote:
> 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-tp5711394.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
>



-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to