Did you try ((WebRequest) getRequest()).getParameters(key)

2010/12/8 Java Programmer <[email protected]>:
> Hello,
>
> Is it possible to get http POST variables which are send to Wicket
> page from external page? My case is similar to PayPal return url, but
> company which operate the payment, send some important data as POST
> variables, and I need to extract them in Wicket. When I tried to do it
> normal way as PageParameters I see that when Wicket recieves POST
> connection to the WebPage, it translates it to the GET, and throws
> away POST variables.
>
> --
> Best regards,
> Adrian
>
> ---------------------------------------------------------------------
> 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