Re: Trigger a method and also submit a static form?
Kieran Kelleher <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <[email protected]> |
Really what you want to do is initiate a "behind the scenes" http(s) post to verisign. Hence your app behaves like a "client" making a request to versign's server. Try jakarta http client for best results and the most control. Here is some info I wrote about it a while back: http://homepage.mac.com/kelleherk/iblog/C149402102/E773353034/index.html HTH, Kieran On Nov 1, 2006, at 5:58 PM, PaulM wrote: > > Hello All, > > Is there a way to trigger a method and also submit a static form. > > In my web application I collect some data on one page (WOForm) and > save it, > then present the saved data as a "will you please verify this > information". > If they click continue it submits a post to Verisign (static form). > I'd like > to perform the save and the verisign post with one user click. > > I found this page... http://www.devx.com/Java/Article/17679/1954? > pf=true > http://www.devx.com/Java/Article/17679/1954?pf=true which has code > for > doing a "Send POST Requests from Java" by Vlad Patryshev. But is > there an > easier way to do this? > > Thanks in advance. > > Paul > -- > View this message in context: http://www.nabble.com/Trigger-a- > method-and-also-submit-a-static-form--tf2556525.html#a7124382 > Sent from the WebObjects-Dev mailing list archive at Nabble.com. > > _______________________________________________ > WebObjects-dev mailing list > [email protected] > http://www.omnigroup.com/mailman/listinfo/webobjects-dev