If you look at FormComponent#getInputAsArray(), you can see how Wicket gets
access to posted values:
getRequest().getRequestParameters().getParameterValues(inputName);

On Sun, Jul 29, 2012 at 3:06 PM, hannach <[email protected]>wrote:

> Hi there,
>
> I need to provide returnURL for payment portal like Paypal.
> I created bookmarkable WebPage called paymentResultPage and path is called
> "pay_result".
> Once user is done with payment, this portal will do the HTTPS form POST
> (not
> GET) to the returnURL returning whether payment went successful or not so I
> can record that in DB.
>
> The problem is webpage's constuctor
> public PaymentResultPage(PageParameters pageparameters) doesn't catch the
> fields that are passed via form post when I provided url like
> http://www.abcd.com/pay_result.
>
> How can I get the values that are form posted from external site to the
> wicket page?
>
> Do I have to pass things like
> ?form7_hf_0=&wicket%3Ainterface=%3A1%3Aform%3A%3AIFormSubmitListener?
>
> Any suggestion would be great thanks.
>
>
>
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/HTTPS-FORM-POST-FROM-EXTERNAL-SITE-TO-WICKET-WEBPAGE-tp4650857.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to