Eh, no. The 3rd party site would submit to my site ...
What I am trying to implement is an interface to paypal and this is the flow that has to be implemented.
I populate my cart, and paypal expects a POST form submission to present the user with the payment forms (register/login/submit payment),
and after the user submits or cancels the payment, paypal would submit a reply form to my site ... at least this is the flow I understand from the
paypal developer docs.
Now I try not to have a hidden form together with a submit button on my site to avoid people tampering with the cart before submission ...
Thanks, Chris
Jim Barrows wrote:
-----Original Message----- From: mail [mailto:[EMAIL PROTECTED] Sent: Friday, September 10, 2004 3:28 PM To: Struts Users Mailing List Subject: Re: Create and submit POST form from Action
Mmh, ok, I got the package, and had a closer look to it.
But as I understand, there is no way to integrate it into the struts framework flow?
What I'm trying to say is that I was looking for a way to remain in the struts framework api so that the form submission would take place using an ActionForward ...
The 3rd party application would present the user something he has to do/read/agree and then submit an answer form back to my application.
Ummmmm... okay.... but the 3rd prty form would submit to their website and not yours.... And, forward only works within the framework anyway.
Thanks, Chris
Tuncay Baskan wrote:
jakarta has a project that will do this.
... and the name of the project is httpclient.
/tb.
--------------------------------------------------------------------- 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]