1 Reply Latest reply on Jul 10, 2009 7:03 AM by ilya_shaikovsky

    rich:tree: disable icon and iconLeaf

    jochus

      Hi,

      I wonder if it's possible to disable the icon and iconLeaf attributes. We are currently proposing our own icons. They are different for each row

      <rich:treeNode reRender="selectedPanelGroup">
       <h:graphicImage value="#{item.icon}" />
       <h:outputText value="#{item.name}" />
      </rich:treeNode>
      


      But, now, we are having 2 icons: the one of RichFaces, and the one I introduce.

      How can I disable the RichFaces icon?