RE: [S2] Dynamic form variable names

2009-02-05 Thread Kawczynski, David
I'm not doing to well with remembering the simple stuff, am I? :) Thanks! -Original Message- From: Dave Newton [mailto:newton.d...@yahoo.com] Sent: Thursday, February 05, 2009 11:58 AM To: Struts Users Mailing List Subject: Re: [S2] Dynamic form variable names Kawczynski, David

Re: [S2] Dynamic form variable names

2009-02-05 Thread Dave Newton
Kawczynski, David wrote: I don't have something that will receive that request and pass the URL data to along. I was hoping to use struts2 for that. AFAIK, the ActionSupport subclass would have to have to encapsulate properties whose name is not known at compile-time. So is there a way to h

RE: [S2] Dynamic form variable names

2009-02-05 Thread Kawczynski, David
lass? Thanks, -dave -Original Message- From: Dave Newton [mailto:newton.d...@yahoo.com] Sent: Thursday, February 05, 2009 11:29 AM To: Struts Users Mailing List Subject: Re: [S2] Dynamic form variable names Kawczynski, David wrote: > I have a shoppingcart-esque form that submits to an payment

Re: [S2] Dynamic form variable names

2009-02-05 Thread Dave Newton
Kawczynski, David wrote: I have a shoppingcart-esque form that submits to an payment vendor (EG paypal) so the user can pay for something I'm offering. This form needs to contain a hidden element that specifies a URL that the payment vendor will access after the user pays for it; hitting the URL

[S2] Dynamic form variable names

2009-02-05 Thread Kawczynski, David
I have a shoppingcart-esque form that submits to an payment vendor (EG paypal) so the user can pay for something I'm offering. This form needs to contain a hidden element that specifies a URL that the payment vendor will access after the user pays for it; hitting the URL is supposed to let me know