Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3659959
By: laran

I've searched the SF forums, Google, the displaytag web-site, examples, all
over the place. And NOWHERE have I found an example of how to get nested tables
working. There are a few examples, but none of them work.

I have a List of Lists. I want an outer table to iterate the outer list. Then,
due to some formatting requirements involving mixing in other data, each element
of the outer List (also a List) needs to show up as a table with a single row.
This inner table will have headers for the column names. So, the page will look
like one big list with alternating rows, one row of column headers followed
by one row of data, etc.

So, in pseudo-html:

<outerTable>

  <innerTable>
   <headerRow />
   <dataRow />
  </innerTable>

  <innerTable>
   <headerRow />
   <dataRow />
  </innerTable>

</outerTable>

Can anyone fill in the display tag code to make this happen?

Many thanks.

______________________________________________________________________
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


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to