1 Reply Latest reply on Sep 16, 2009 4:39 AM by sushi6677

    Richfaces Tree Icons

    sushi6677

      Hi all,

      first of all: Great job! I really like using Richfaces with JSF and Facelets.
      But currently I'm trying to use the <rich:tree> object and working on the demo. But I can't get it to work! It always show me the defualt icons and not the singer, disc or song icon.... What is going wrong here? Any idea?!

      Using Richfaces 3.3.1.GA

      Bests,
      Sushi

        • 1. Re: Richfaces Tree Icons
          sushi6677

          SOLVED

          Hi,

          I found out the problem!
          I'm using spring for the bean injection and the Item class was annotated as beeing a sprin managed "item" bean. In this way the var="item" and #{item.type} was working on the wrong instances....