I am new to JSF so this is my first project.
My IDE is netbeans 7.0.1, Mojarra 2.1.1 and primefaces 2.2.1
I used the tree example via http://www.primefaces.org/showcase/ui/tree.jsf While I manage to use other faclets from prime (for example p:button) the tree is not working
Can someone can please explained me what did I do wrong ?
*I am not sure* what you are trying to do. but looking at your code I can figure out one syntactic error.
change value="#{treeBean.Root}" to value="#{treeBean.root}" .also *guess you are missing var attribute for p:tree tag*