Hello all,
 
Can any body explain how to display nested tables with code.
 
<display:table name="test" id="parent">
  <display:column property="id" />
  <display:column property="status" />
  <display:column property="description" title="Comments" />

  <c:set var="nestedName" value="test.item[${parent_rowNum -1}].subList" />

  <display:column title="Related address">

  <display:table name="${nestedName}" id="child${parent_rowNum}" class="simple sublist">
<display:column property="name" class="textRed" />
<display:column property="email" />
</display:table>
  </display:column>
</display:table>
here in this code wat are the parent and child
 
please provide code for parent and child..
 
 
Urgent...
 
Thanks and regards
 
Brahma
 


Find out what India is talking about on Yahoo! Answers India.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to