0 Replies Latest reply on Jun 4, 2008 1:16 PM by gallezze

    rich:dataTable dynamic header/caption

    gallezze

      Is it possible to create dynamic header/caption in the rich:dataTable component ?

      Following code

      <rich:dataTable ...>
       <f:facet name="caption">
       <h:outputText value="#{bean.title}"/>
       </f:facet>
      </rich:dataTable>
      

      doesn't work.