Looking at:
<t:dataTable value="#{rows}" var="row">
<t:columns value="#{cols}" var="column">
<f:facet name="header">
<h:outputText value="#{column.name}"/>
</f:facet>
<h:outputText value="#{row.columnValue}"/>
</t:columns>
</t:dataTable>http://myfaces.apache.org/tomahawk-project/tomahawk12/tagdoc/t_columns.html Can I get the same effect with something along those lines with just ui:repeat and not tomahawk? thanks, Thufir

