Ok, silly me, the setRequest method would set all request parameters into
the map, which I could then extract and use the values. Thanks for pointing
out this. Should have read the APIs more carefully.

On Wed, Mar 5, 2008 at 1:22 AM, Cheng Wei Lee <[EMAIL PROTECTED]> wrote:

> Suppose I use JavaScript to allow user to dynamically adds the number of
> textboxes in the form, then submit. Would implementing RequestAware help? Do
> I have to create the variables and getters/setters in advance at the action
> class?
>
>
> On Wed, Mar 5, 2008 at 1:15 AM, Ian Roughley <[EMAIL PROTECTED]> wrote:
>
> > If you implement the RequestAware interface, the map will contain all
> > the form values.
> >
> > /Ian
> >
> > --
> > Ian Roughley
> > From Down & Around, Inc.
> > Consulting * Agile Process * Open Source
> > Advanced Struts2 Workshop, April 28-30, Sunnyvale CA
> > web: http://www.fdar.com - email: [EMAIL PROTECTED]
> >
> >
> >
> > Cheng Wei Lee wrote:
> > > In Struts 1, we could use map-backed form beans to deal with dynamic
> > forms,
> > > is there something equal in Struts 2?
> > >
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>

Reply via email to