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 and proper indices. Once you're sure of that, then you start taking a look at whether your form is set up to handle the new elements.
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. > > 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 want to add new nested form on the fly, using javascript to > generate a new form I am not able to create a new object to nest. (I > managed to do this using primitives). > > The setter for the index property is not even called, I just get a > nullpointer exception... > > where to look, and what to do? > > kind regards, > > Peter > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]