I think I can use a regular WOForm and use James' method to redirect to the bank url
public WOComponent sendToVerisign() {
WORedirect nextPage;
nextPage = new WORedirect(context());
nextPage.setUrl (yourTargetUrlAsString());  <-- use your banks method here
return nextPage;
}

but even if this work, I don't know how to handle the bank response which will also be a "post" form:(

Any pointers is greatly appreciated... 

Xavier (feeling lost)
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to archive@mail-archive.com

Reply via email to