> From: Kris Schneider [mailto:[EMAIL PROTECTED] > Subject: Re: Form beans with nested arrays
> I think this might work: > <html:form action="..."> > <nested:iterate property="itemList"> > <tr> > <nested:iterate property="prices"> > <td> > <nested:text property="price"/> > </td> > </nested:iterate> > </tr> > </nested:iterate> Can't be, it's much too easy! I did read the documentation for the "nested" tags, but couldn't figure it out, and examples were lacking. If I understand this right, the <nested:iterate> tag, besides iterating, sets the nesting level just as the <nested:nest> tag does, is that right? And the <nested:iterate> tag will get the right subscripts at all the right level too? Many thanks, this will help immensely! -- Tim Slattery [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

