Hi!

When using JSP and dataTable, I can add <f:facet name="header">...</f:facet>
within more than one column.

But now I want to add a table header to a HtmlPanelGrid when
programmatically creating the UI components. It seems there's no facet
component to use, and I have to use

panelGrid.getFacets().put("header", header);

This looks like only one header facet can be added. But I need to add more
facets. And I think I can't use a container component for the header
component (e.g. another HtmlPanelGrid), because the cell borders of table
header and body have to be aligned.

Do you know a solution?



Regards,

Matthias

Reply via email to