<ww:set name="sps" value="spList" scope="request"/> <display:table name="sps" id="x"export="false">
<display:column property="displayOrder" escapeXml="true" sortable="true" style="width:20px;" titleKey="page.id"/> <display:column property="pageType" escapeXml="true" sortable="true" titleKey="page.type"/> <c:set var="sp" value="sps.item[${x_rowNum-1}].subList" /> <display:column title="Study Pages"> <display:table name="${sp}" id="child${x_rowNum}"> <display:column property="id"/> <display:column property="description"/> </display:table> </display:column> </display:table> When I try to display the value of "sps.item[${x_rowNum-1}].subList" it displayed something like this, sps.item[0].subList. Meaning, the el doesn't treat the variable as a List that is why it does display no results. Did I do something wrong? Please help me. I am clueless about this problem. Kulas -- View this message in context: http://www.nabble.com/Problem-in-subList-of-Nested-Tables.-Need-Help-Please.-tf4351881.html#a12400359 Sent from the DisplayTag - General mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ displaytag-user mailing list displaytag-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/displaytag-user