0 Replies Latest reply on Feb 14, 2008 5:22 AM by olepetna

    How to include both text and image in header of richfaces ta

    olepetna

      Folks

      I would like to include both a text label and image of a close button in the header of a richfaces tab component.
      I have tried including a
      <f:facet name="label">
      <h:graphicImage value="closeButton.gif"/>
      </f:facet>
      in the <rich:tab> tag which also has a label attribute, but only the image data gets displayed, not both.
      Could someone please suggest a way to include both text and image in a richfaces tab component?
      Thanks