ice:datatable and ice:columns problem
[Logo]
ICEsoft.org Forums: ICEfaces, ICEmobile, ICEpdf
[Search] Search   [Recent Topics] Recent Topics   [Groups] Home Page | www.icefaces.org  [Register] Register  [Login] Login 
ice:datatable and ice:columns problem  XML
Forum Index -> JBoss Seam Integration
Author Message
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
raizman_leonid

Joined: 01/09/2008 00:00:00
Messages: 20
Offline


Alternative to 'ice:dataTable' or 'h:dataTable': build jsf tables with html tags
http://jsf-tables-tutorials-and-examples.blogspot.com
 
Forum Index -> JBoss Seam Integration
Go to:   
Powered by JForum 2.1.7ice © JForum Team