hediaminesouissi
Joined: 15/07/2009 00:00:00
Messages: 1
Offline
|
hi everyone,
we are trying to implement an ice:datatable with dynamic columns using ice:columns, it works well and data are displayed, but columns headers are not rendered.
it seems that there is problem using f:facets :
<ice:columns value="#{result.resultats}"
var="semaine">
<f:facet name="header">
<h:outputText value="hello" />
</f:facet>
<ice:outputText id="cellValue" value="#{semaine.resultat}"/>
</ice:columns>
columns headers are supposed to be displayed.
please, if anyone can help!
thx in advance
|