The header will be blank if I do the following
[code]
<t:dataTable id="projectsDataTable" var="project"
value="#{projectBacker.projects}">
<t:column id="projectNameColumn">
<f:facet name="header"><h:outputText
value="#{project.status}"/></f:facet>
<h:outputText value="#{project.status}"/>
</t:column>
...
[/code]
Is there an obvious reason? All of the projects definitely have a status.
Thanks in advance
- Octoberdan
--
View this message in context:
http://www.nabble.com/No-variables-in-t%3Acolumn-header-facets%21-Bug--t1312124.html#a3496365
Sent from the MyFaces - Users forum at Nabble.com.