Re: Create and submit POST form from Action

2004-09-15 Thread mail
to:[EMAIL PROTECTED] Sent: Wednesday, September 15, 2004 5:30 PM To: Struts Users Mailing List Subject: Re: Create and submit POST form from Action David, Thanks big time for your efforts. I did manage to implement an approach solving all my problems, it is just not near as clean as I was hoping ...

RE: Create and submit POST form from Action

2004-09-15 Thread David G. Friedman
m: mail [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 15, 2004 5:30 PM To: Struts Users Mailing List Subject: Re: Create and submit POST form from Action David, Thanks big time for your efforts. I did manage to implement an approach solving all my problems, it is just not near as clean a

Re: Create and submit POST form from Action

2004-09-15 Thread mail
n by specifing a form parameter). Regards, David -Original Message- From: mail [mailto:[EMAIL PROTECTED] Sent: Friday, September 10, 2004 11:12 PM To: Struts Users Mailing List Subject: Re: Create and submit POST form from Action Hey, Thanks for your thoughts! But that's not the part I can'

RE: Create and submit POST form from Action

2004-09-15 Thread David G. Friedman
age on Paypal where s/he can hit 'purchase' and go home (or return to your web site, often by specifing a form parameter). Regards, David -Original Message- From: mail [mailto:[EMAIL PROTECTED] Sent: Friday, September 10, 2004 11:12 PM To: Struts Users Mailing List Subject: Re: Cre

Re: Create and submit POST form from Action

2004-09-10 Thread mail
ttempt."); return (false); } // END RELEVANT CODE SNIPPETS Regards, David -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Friday, September 10, 2004 7:16 PM To: Struts Users Mailing List Subject: Re: Create and submit POST form from Action From: "ma

RE: Create and submit POST form from Action

2004-09-10 Thread David G. Friedman
; return (false); } // END RELEVANT CODE SNIPPETS Regards, David -----Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Friday, September 10, 2004 7:16 PM To: Struts Users Mailing List Subject: Re: Create and submit POST form from Action From: "mail"

Re: Create and submit POST form from Action

2004-09-10 Thread mail
That's difinitely worth a big thanks! I'll try and see what they came up with. Thanks! Chris Wendy Smoak wrote: From: "mail" <[EMAIL PROTECTED]> I populate my cart, and paypal expects a POST form submission to present the user with the payment forms (register/login/submit payment), and after t

Re: Create and submit POST form from Action

2004-09-10 Thread mail
Thanks, I will! Chris Jim Barrows wrote: -Original Message- From: mail [mailto:[EMAIL PROTECTED] Sent: Friday, September 10, 2004 4:11 PM To: Struts Users Mailing List Subject: Re: Create and submit POST form from Action ;-) This is where I am right now. Confused as hell ...

Re: Create and submit POST form from Action

2004-09-10 Thread Wendy Smoak
From: "mail" <[EMAIL PROTECTED]> > I populate my cart, and paypal expects a POST form submission to present > the user with the payment forms (register/login/submit payment), > and after the user submits or cancels the payment, paypal would submit a > reply form to my site ... at least this is the

RE: Create and submit POST form from Action

2004-09-10 Thread Jim Barrows
> -Original Message- > From: mail [mailto:[EMAIL PROTECTED] > Sent: Friday, September 10, 2004 4:11 PM > To: Struts Users Mailing List > Subject: Re: Create and submit POST form from Action > > > ;-) This is where I am right now. Confused as hell ... osComme

Re: Create and submit POST form from Action

2004-09-10 Thread mail
;-) This is where I am right now. Confused as hell ... Chris Jim Barrows wrote: I don't think this is how this is supposed to be implmented. Last time I looked at paypals documentation for doing this though It confused the hell out of me. -

RE: Create and submit POST form from Action

2004-09-10 Thread Jim Barrows
> -Original Message- > From: mail [mailto:[EMAIL PROTECTED] > Sent: Friday, September 10, 2004 3:55 PM > To: Struts Users Mailing List > Subject: Re: Create and submit POST form from Action > > > Eh, no. The 3rd party site would submit to my site ... > >

Re: Create and submit POST form from Action

2004-09-10 Thread mail
submission ... Thanks, Chris Jim Barrows wrote: -Original Message- From: mail [mailto:[EMAIL PROTECTED] Sent: Friday, September 10, 2004 3:28 PM To: Struts Users Mailing List Subject: Re: Create and submit POST form from Action Mmh, ok, I got the package, and had a closer look to it. But

RE: Create and submit POST form from Action

2004-09-10 Thread Jim Barrows
> -Original Message- > From: mail [mailto:[EMAIL PROTECTED] > Sent: Friday, September 10, 2004 3:28 PM > To: Struts Users Mailing List > Subject: Re: Create and submit POST form from Action > > > Mmh, ok, I got the package, and had a closer look to it. > Bu

Re: Create and submit POST form from Action

2004-09-10 Thread mail
Mmh, ok, I got the package, and had a closer look to it. But as I understand, there is no way to integrate it into the struts framework flow? What I'm trying to say is that I was looking for a way to remain in the struts framework api so that the form submission would take place using an Action

Re: Create and submit POST form from Action

2004-09-10 Thread Tuncay Baskan
> jakarta has a project that will do this. > ... and the name of the project is httpclient. /tb. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Create and submit POST form from Action

2004-09-10 Thread Jim Barrows
> -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