• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How to programmatically send a form (Dev WO)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to programmatically send a form (Dev WO)


  • Subject: Re: How to programmatically send a form (Dev WO)
  • From: Dev WO <email@hidden>
  • Date: Mon, 23 Jan 2006 23:25:51 +0100

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      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: How to programmatically send a form (Dev WO)
      • From: wojingo <email@hidden>
References: 
 >Re: How to programmatically send a form (Dev WO) (From: "James M. Terry" <email@hidden>)
 >Re: How to programmatically send a form (Dev WO) (From: Dev WO <email@hidden>)

  • Prev by Date: Re: WebObjects: Consuming web services
  • Next by Date: EOModel Xcode plug-in status in 5.3.1
  • Previous by thread: Re: How to programmatically send a form (Dev WO)
  • Next by thread: Re: How to programmatically send a form (Dev WO)
  • Index(es):
    • Date
    • Thread