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.

Ummmm... as in more then one action form inside a form?  Or multiple
forms on one page?
I would tend to think you have a design issue here.

> 
> 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?

At the generated javascript and see what's different between what you
generate with the javascript and what you know works.

> 
> 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]

Reply via email to