3 Replies Latest reply on May 4, 2010 10:40 AM by ilya_shaikovsky

    Upgrading from Richfaces 3.3.3 to 4.0 ALPHA 1

    firestorm696

      Hi!

       

      First of all: I have a project running on JBoss (using maven) on JSF 1.2 and Richfaces 3.3.3. As I have to upgrade to JSF 2.0 within a short time, I also want to use the Richfaces Alpha. The main thing is, I want to create my custom components without building renderers and so on. Or better: I already built them for JSF 2.0 and they're working perfectly. Now I want them to work on my project too.

       

      Now the problems.

      In the project, I'm using the following things:

       

      import org.richfaces.component.state.TreeState;
      import org.richfaces.event.NodeExpandedEvent;
      import org.richfaces.event.NodeExpandedListener;
      import org.richfaces.model.TreeNode;
      import org.richfaces.model.TreeNodeImpl;
      import org.richfaces.model.TreeRowKey;
      

       

      All of those couldn't be found although there IS a package "component" inside the richfaces library. Is it simply not complete, or is there any workaround?

       

      Greets,

      Gern