> From: John Pedersen [mailto:[EMAIL PROTECTED]
> Can anyone suggest how I can forward a post using servlets?
[Shopping cart use case elided]
You have to issue a page back to the client browser, and get the browser to
auto-submit it to the payment provider. My approach with carts is to issue
that page as a form with a whole bunch of hidden form fields, and a body onload
event that triggers the form's submit. The browser then submits to the payment
provider, neatly redirecting the user to the provider's site.
- Peter
---------------------------------------------------------------------
To start a new topic, e-mail: [email protected]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]