if you use the nested tags rather than the logic and html tags then this should solve your problem.
----- Original Message ----- From: "Michael Wiles" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, February 06, 2004 12:32 PM Subject: nested iterators and writing back to the form > > I have a nested list... > > something like: > > <logic:iterate property="orders" name="allocationOrder" > id="element"> > .. > .. > .. > <logic:iterate property="orderDetails" name="orders" > id="subElement"> > .. > <html:text name="subElement" property="qty"/> > .. > </logic:iterate> > </logic:iterate> > > How do I map the html:text tag back to the form? > > Without anything extra added to the form, it doesn't work. > > > > > Read our disclaimer at: http://www.picknpay.co.za/email-disclaimer.htm > If you don't have web access, the disclaimer can be mailed to you on request. > Disclaimer requests to be sent to [EMAIL PROTECTED] > > --------------------------------------------------------------------- > 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]

