TreeNode « RichFaces « JSF Q&A





1. Richfaces tree issue - cannot be cast to javax.swing.tree.TreeNode    stackoverflow.com

I'm using Richfaces 3, Facelets (a pre-JSF 2 version), and Tomcat. I am working on adding a Richfaces Tree to my page, but get this error:

org.richfaces.model.TreeNodeImpl cannot be ...

5. How to skip a TreeNode in rich:tree?    coderanch.com

Hello, I have a rich:tree component which is built from an xml file, this tree will represent the menu of my application, so not all nodes will be displayed, it will be according to the role. i tested the rendered attribute of rich:treenode but it does not work.when the value of this attribute is false the node is still displayed but ...