Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3309604 By: srajaman
This is what I have in my struts project. This is a list inside a list. I want to display this with displaytag. I do not know how to do this in displaytag since displaytag does not have indexId like the logic:iterate tag. If anybody has done it please help. <logic:iterate name="list" id="mainrows" indexId="index"> <tr> <td class="indReport"><bean:write name="mainrows" property="industrysector"/></td> <td class="indReport"><bean:write name="mainrows" property="naicsector"/></td> <td class="indReport"><bean:write name="mainrows" property="ownertitle"/></td> <td class="indReport"><bean:write name="mainrows" property="avgemp/></td> </tr> <logic:iterate name="mainrows" property="drillsecbeans" indexId="i" id="subrows"> <tr> <td class="indreport"><bean:write name="subrows" property="industrysector"/></td> <td class="indReport"><bean:write name="subrows" property="naicsector"/></td> <td class="indReport"><bean:write name="subrows" property="ownertitle"/></td> <td class="indReport"><bean:write name="subrows" property="avgemp" /></td> </tr> </logic:iterate> </logic:iterate> Sudha ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=249317 ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ displaytag-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/displaytag-user

