6 Replies Latest reply on Jun 16, 2008 9:04 PM by raphaf

    rich:recursiveTreeNodesAdaptor stopping after two levels

    electricmonk

      Hi there,

      Long time Richfaces user, first time using rich:tree, and something does not work as it should.

      I have a recursive object model that needs to be displayed in a tree. Using the example in the online demo as a reference, I've implemented a rich:tree to display my model. For some reason, the tree only displays the root and one extra level, not the full model. Nodes that are not terminal are being displayed using the "left" icon - I assume this means that the component "thinks" that they are terminal.

      Taking one step backwards, I tried using the online demo as is - the FileSystemBean & FileSystemNode model, and copied the markup fragment from the demo. The results were the same.

      My system is running JBoss 4.2.2GA on WinXP, using JSF 1.2.04 RI (the jars that come with 4.2.2GA). I am NOT using Facelets for this specific project.

      Any ideas would be appreciated.

      Cheers

      Shai