that should work. i know people use this to have external apps post to
a wicket page, so it should work.

-igor


On Wed, May 4, 2011 at 11:51 AM, Matthew Pennington
<m...@profounddecisions.co.uk> wrote:
> Hi I've got a small wicket app that is using paypal to take payments.
>
> On reciept of payment, paypal posts a notification back to the website. If I
> intercept this with a filter and look at the request parameters all the
> information I would expect is there, transaction details, item details etc.
>
> But the wicket page that I've got set up to process the post back can't see
> any parameters. Which is to say the PageParameters value appears to be empty
> even though I know there are parameters in the request header. Is this
> because wicket isn't translating the request parameters into PageParameters?
>
> I realize I can just write a servlet to catch and handle the post back, but
> I wondered if I was doing something wrong, or how I could get my wicket page
> to be able to access the information that is in the header of the request?
>
> Matt Pennington.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

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

Reply via email to