Hi, I'm trying to submit a form to Paypal but I don't know how I can do
this.
I have a wicket form with all the fields that I need to submit but when I
redirect the page to paypal I can't send the form fields. I can't put the
parameters in the querystring, I must send them by post.
This is my code to redirect in the button onSubmit() event
....
RedirectPage redirectPage = new
RedirectPage("https://www.sandbox.paypal.com/cgi-bin/webscr");
setResponsePage(redirectPage);
...
Is there any way to send the values?
My form must be wicket because It depends on a model...
Thanks
Pablo
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]