defaultTreeNode « PrimeFaces « JSF Q&A





1. how to set a value of node in defaultTreeNode    stackoverflow.com

I am using primefaces 3.0 M2, and I use DefaultTreeNode, with the component p:tree and it works fine. My problem is that I want the value of node selected were be different ...

2. TreeNode and DefaultTreeNode    forum.primefaces.org

>> << shanghanyu Posts: 24 Joined: 19 Jul 2010, 20:40 24 Jun 2011, 17:54 by shanghanyu TreeNode and DefaultTreeNode Hi, Im trying the treetable example from the user guide but Im ...

3. Bug of DefaultTreeNode    forum.primefaces.org

public void setParent(TreeNode parent) { if(this.parent!=null) { ...

4. It does not add object to DefaultTreeNode    forum.primefaces.org

public GrupoMB() { root = new DefaultTreeNode("Root", null); receitas = new DefaultTreeNode("Receitas", root); ...

5. DefaultTreeNode & TreeNode in PF 2.1    forum.primefaces.org

6. DefaultTreeNode wrongly assumes children is non-null    forum.primefaces.org

Hi Nick, Can you please create an issue ticket, we can add the fix so that it'll be in 2.2 final. Thanks for your feedback.

7. TreeNode vs. DefaultTreeNode    forum.primefaces.org

Hello Cagatay, One question. Why did you not expose all methods in the interface TreeNode? I miss e.g. setData(). It was there in the prev. release. It makes hard writing of ...