Hi, has anybody thought about adding the "indexed" - functionality to logic.IterateTag ?
A little example: <logic:iterate name="pricelistForm" property="pricelists" id="pricelists"> <logic:iterate name="pricelists" property="positions" id="positions" indexed="true"> <html:text name="positions" property="amount" indexed="true" /> </logic:iterate> </logic:iterate> Perhaps there is another (better) possibility to use an array within an other array in a form, then please point me to it, but if not it's really easy to add this functionality (I already did this for me). Regards, Moritz. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>