3 Replies Latest reply on Dec 18, 2011 6:19 AM by mcmurdosound

    richfaces 4.1 tree node icon

    speec1996

      Hi,

      The richfaces 4.1 show case tree demo does not show the icon properly. The disc.gif and song.gif is not shown. I am really interested in this feature, it was working good in 3.3.X. Does anyone know why?

       

      <rich:treeNode type="company" icon="/images/tree/disc.gif">  

            #{node.name}

      </rich:treeNode>

      <rich:treeNode type="cd" icon="/images/tree/song.gif">

            #{node.artist} - #{node.name} - #{node.year}

      </rich:treeNode>

       

      Thanks!