0 Replies Latest reply on Jan 10, 2008 4:54 PM by eos87

    Set Header Dinamically

    eos87

      hi people, i'm new using RichFaces, and i want to put dinamically header in the <rich:column> but when a try don't render nothing in the header. In JSF this is posible i don't know in RichFaces

      This is a fragment of my code:


      <r:dataTable id="tabla" value="#{tabla.tablaModelo}" var="columna">
      <r:column>
      <f:facet name="header">
      <h:outputText value="#{tabla.encabezado1}"/>
      </f:facet>
      <h:outputText value="#{columna[0]}" />
      </r:column>
      ....


      Thanks.

      P.D: Sorry for my English