Apache has another project in the commons called httpclient that should do the trick. A little tricky to set up the first time, but works pretty well.

Jean-Eric Cuendet wrote:

Hi,
I'm implementing a payment solution with Tapestry. I have a page on which a user can choose some articles and then call a well crafted URL to make the payment by credit card (www.saferpay.com). I need to give Saferpay 3 URLs:
 - 1 if the transaction is OK
 - 1 if the transaction is NOK
 - 1 if the user press back or abort.
So I need to get the actual page URL. How? And then, how do I get the extra parameter I'll add?

Example: my page is at http://server.com/site/checkout.html
I'll give the OK URL as:
  http://server.com/site/checkout.html?payStatus=success&payID=345

How do I get the payStatus and payID back in my page?
Thanks a lot.
-jec

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Thom Hehl
Heavyweight Software for Heavyweight Needs
www.heavyweightsoftware.com
--
"In every revolution, there is one man with a vision."--Jerome Bixby



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to