1 Reply Latest reply on Apr 9, 2009 10:23 AM by ilya_shaikovsky

    rich:extendedDataTable label

    nimo22

      I use rich:extDT:

      Is that normal:

      <rich:column label="LABEL">
      <f:facet name="header">
      <h:outputText value="Label"/>
      </f:facet>
      <h:outputText value =".."/>
      </rich:column>


      I have to use both, label and facet header.
      Would be nice, if I can ommit the facet, when label is already declared.

      <!--this does not show me the header-label-->
      <rich:column label="LABEL">
      <h:outputText value =".."/>
      </rich:column>