1 Reply Latest reply on Mar 6, 2009 7:28 AM by nbelaevski

    Images on tabs?

      Hi, I was wondering if it were possible to put images on RichFaces tabs. I create the tabs dynamically using Java. I already tried:

      tabitem.setLabel("<img style=\"height: 16px; width: 16px;\" src=\"../images/alert.png\" alt=\"blargh\" />");

      but this didnt work, the tab displays the text instead of the image tag.

      I hope its possible to put images on the tabs.
      Thx in advance.