We've been doing this for some time. We're up to three or four tables deep without problems. You may want to put tables in <jsp:include flush="true" page="nestedTable.jspx"/> tags if it gets too big.
Mark [EMAIL PROTECTED] | www.mizar.com | (360) 945-2643 -----Original Message----- From: Matthias Wessendorf [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 29, 2008 12:45 AM To: MyFaces Discussion Cc: [EMAIL PROTECTED] Subject: Re: How many levels can you create using nested tables? Hi, I haven't tried that yet. Have you noticed limits? -Matthias On Jan 25, 2008 3:46 AM, <[EMAIL PROTECTED]> wrote: > Hi > > As long as you keep the table var and value elements connected, can > you create deep nests of tables? > > <tr:table var="row" value="#{lotTree.delivery}" > <f:facet name="detailStamp"> > <tr:table var="sub" value="#{row.module}" > > <f:facet name="detailStamp"> > <tr:table var="sub2" value="#sub.list2" > > And so on? > > Or is there a more appropriate component? > > Thanks > Al > > > -- Matthias Wessendorf further stuff: blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf mail: matzew-at-apache-dot-org

