RE: [struts] [OT] Re: Multiple / Nested Forms

2008-02-26 Thread Andy
I dont have that but I was trying to describe the concept Im going for. Thoughts appreciated. > Date: Tue, 26 Feb 2008 14:11:53 -0800> From: [EMAIL PROTECTED]> Subject: RE: > [struts] [OT] Re: Multiple / Nested Forms> To: user@struts.apache.org> > --- > Andy <[EMA

RE: [struts] [OT] Re: Multiple / Nested Forms

2008-02-26 Thread Dave Newton
--- Andy <[EMAIL PROTECTED]> wrote: > In the example below, it would be nice to submit the inner form and then in > the inner action class have available the inner form and the outer form, > and to do so without having to manually copy over each field. Any creative > ideas? :) > > So if I have:

RE: [struts] [OT] Re: Multiple / Nested Forms

2008-02-26 Thread Andy
ng to manually copy over each field. Any creative ideas? :) So if I have: ... ... > From: [EMAIL PROTECTED]> To: user@struts.apache.org> Subject: RE: [struts] > [OT] Re: Multiple / Nested Forms> Date: Tue, 26 Feb 2008 16:29:55 -0500> > >

RE: [struts] [OT] Re: Multiple / Nested Forms

2008-02-26 Thread Suzy Fynes
itial form. Thanks Suzy -Original Message- From: Dale Newfield [mailto:[EMAIL PROTECTED] Sent: February 26, 2008 4:26 PM To: Struts Users Mailing List Subject: Re: [struts] [OT] Re: Multiple / Nested Forms Suzy Fynes <[EMAIL PROTECTED]> wrote: > nested forms What is it th

Re: [struts] [OT] Re: Multiple / Nested Forms

2008-02-26 Thread Dale Newfield
Suzy Fynes <[EMAIL PROTECTED]> wrote: nested forms What is it that you're trying to achieve? If you have some inputs you want to appear in several forms the two simplest solutions would be 1> to have multiple forms and add javascript to copy values from one into hidden fields in the other ju