RE: forwarding a post

2008-03-20 Thread Martin Gainty
this transmission.> Date: Thu, 20 Mar 2008 13:58:59 +> From: [EMAIL PROTECTED]> To: users@tomcat.apache.org> Subject: Re: forwarding a post> > Hi,> > At least with Google checkout, I have found a better solution. I have a form> with just their button image as

Re: forwarding a post

2008-03-20 Thread David Fisher
Hi, PayPal has free solutions that work: https://www.paypal.com/us/cgi-bin/webscr?cmd=_profile-comparison I use "Website Payments Standard" with an IPN back-end without trouble for over 5 years on Tomcat 4s, no trouble with recent upgrade to 5.5/ We save the shopping cart on the server si

Re: forwarding a post

2008-03-20 Thread John Pedersen
Hi, At least with Google checkout, I have found a better solution. I have a form with just their button image as a submit, and in my handler I do: String xmlCart = cart.createXML(); MerchantInfo mi = GoogleMerchantInfoFactory.createMerchantInfo( EnvironmentType.Sandbox); CheckoutShoppingCartReq

Re: forwarding a post

2008-03-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John, John Pedersen wrote: | Can anyone suggest how I can forward a post using servlets? [snip] | Then, depending on which button the user clicks, I want to forward the user | on to google/paypal using POST, adding the parameters such as cart, | si

RE: forwarding a post

2008-03-19 Thread Peter Crowther
> 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 th

forwarding a post

2008-03-19 Thread John Pedersen
Hi, Can anyone suggest how I can forward a post using servlets? I have a page with 3 forms on it. The forms are paypal, google checkout, and one other payment methods. eg: https://sandbox.google.com/checkout/api/checkout/v2/checkout/Merchant/***"; name="gc" > http://s