Using colspan in JSF
843842Sep 26 2006 — edited Sep 27 2006I have a table in which the first row has 3 columns. The second row has 9 columns. The second column in first row spans across 6 columns of second row, and third column in first row spans across 2 columns of second row. The third row onwards there is data pertaining to each column in second row. Data is coming from a backing bean. Can somebody help me in implementing this in JSF?
I have tried using <t:panelGrid> tags but am unsuccessful. Basically i need to be able to write a <t:datatable> inside <t:panelGrid> and also be able to use colspan attribute of <t:panelGrid>.