dev@jsftemplating.java.net

Re: JSFTemplating: Enhancement #10: Dynamic table

From: <Karam.Badesha_at_Sun.COM>
Date: Tue, 04 Sep 2007 10:53:58 -0700

Ken,
Attached are those table images. If you look at the old table, you will
see that there is "Total Usage" as heading for all the projects (IG,
ROCK, N2 ...). This is done by putting tableColumn within a tableColumn.

<sun: tableColumn
    id=col2
    headerText=xxx
>

<sun: tableColumn
    id=subcol1
    headerText=xxx
/>

<sun: tableColumn
    id=subcol2
    headerText=xxx
/>
</sun: tableColumn>

I need a way to do this using dynamic table. Does this help or shouldI
send the real code?

thanks
Karam




newTable.JPG
(image/jpeg attachment: newTable.JPG)

oldTable.JPG
(image/jpeg attachment: oldTable.JPG)