Re: array of nested objects -- adding a new object

2005-01-20 Thread Peter Maas
Small miscommuncation here ;) I have only one form with nested bean elements, which inherit from actionform. I think this is perfectly legal :-) In psuedo code the form is like this: Child[] bean Title: Child[] bean subTitle:

Re: array of nested objects -- adding a new object

2005-01-20 Thread Peter Maas
In one form... using nested tags. Isn't that the way to do it? On Thu, 2005-01-20 at 09:24 -0700, Jim Barrows wrote: > On Thu, 20 Jan 2005 16:58:37 +0100, Peter Maas <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I am trying to use the nested iterator have a list of ActionForms > > nested in the par

Re: array of nested objects -- adding a new object

2005-01-20 Thread Jim Barrows
On Thu, 20 Jan 2005 16:58:37 +0100, Peter Maas <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to use the nested iterator have a list of ActionForms > nested in the parent form. U... as in more then one action form inside a form? Or multiple forms on one page? I would tend to think you hav

Re: array of nested objects -- adding a new object

2005-01-20 Thread Hubert Rabago
It might help to inspect the values that are actually reaching the server. I often have a servlet that does nothing but dump request parameters (aside from other data). This would be another case where I'd use them, to make sure that my javascript is generating form fields using the proper names

array of nested objects -- adding a new object

2005-01-20 Thread Peter Maas
Hi, I am trying to use the nested iterator have a list of ActionForms nested in the parent form. I managed to get it to work when I create the nested object manually in the constructor of the parent form, if I do this I can succesfully edit the bean properties using nested tags. If however I wa