> -----Original Message----- > From: mail [mailto:[EMAIL PROTECTED] > Sent: Friday, September 10, 2004 2:46 PM > To: [EMAIL PROTECTED] > Subject: Create and submit POST form from Action > > > Hi, > > I am in desperate need of some hints or wisdom about how to simulate a > form submission (POST) out of an action. > > My situation is that users submit data using my web application, after > this data is processed, I need to submit a form using the > POST method to > another, third party site. > How can I accomplish this task out of an action?
jakarta has a project that will do this. If you're really hardcore, you could just open a socket on port 80 and do it yourself. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]