Thanks Mark,

I've been able to nest 3 or 4 too but the problem I've run into is keeping the columns aligned vertically. When I get to the third level my columns seem to run lose alignment. Are you using a skin on your table? If so, what are you changing to control the columns and are you able to place the show detail control in a specific column?

Al

At 10:45 AM 1/29/2008, Mark Millman wrote:
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

Reply via email to