From: "Jörg Eichhorn" <[EMAIL PROTECTED]>
> i have a form bean with a list property of complex object which also
> contains a list of objects. When iterating over the first list and using
> indexed elements, then values of the first list are transferred back when
> submitting the form. The values of the inner list is displayed correctly
> but is not transmitted back on submit.

I think you need to use the nested taglib for this:
   http://struts.apache.org/userGuide/dev_nested.html

-- 
Wendy Smoak



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to