Hi,
I use the <t:dataTable>. I have a question: If a column head has two
data columns, how can I do that? Here is my codes. But it looks not like
as what I want:
...
<t:dataTable id="search_result" var="search_result" border="1">
<t:column colspan="2">
<f:facet name="header">
<h:outputText value="bundle.table_header_debitorenkonto" />
</f:facet>
<h:outputText value="data1" />
<h:outputText value="data2" />
</t:column>
...
...
</t:dataTable>
Regards
Wei

