tree 2 « PrimeFaces « JSF Q&A





1. tree how to remeber selected node after site update    forum.primefaces.org

How can I save selected node in tree? I use tree for navigation, but after i do navigation selected node lose focus. The same situation is when you update page. I ...

2. Tree too slow    forum.primefaces.org

I have problem with tree component. When tree has 15 or more levels, it takes about 5 seconds in Firefox and even more in IE to select a node in the ...

3. p:tree AJAX issue    forum.primefaces.org

Hello all, I am having an issue when I use the async mode on the p:tree. This can also be reproduced using the online showcase: 1. Goto the UI components 2. ...

4. Programmatically Selecting and Expanding Tree Node    forum.primefaces.org

10 Dec 2010, 22:15 by bkrebs Programmatically Selecting and Expanding Tree Node I have a requirement to programmatically expand a tree node and select it. This includes the UI component rendering ...

5. Basic Tree    forum.primefaces.org

13 Dec 2010, 13:08 by dominikk Basic Tree Hi, I'm using the current version of PrimeFaces with JSF2.0 Tomcat 6.0.24 and the Netbeans IDE ... I try to reproduce your BasicTree ...

6. p:tree does not display    forum.primefaces.org

>> << tillman Posts: 6 Joined: 30 Nov 2010, 22:14 16 Dec 2010, 15:42 by tillman p:tree does not display I'm trying to use p:tree and it is not displaying and ...

7. p:tree selection problem    forum.primefaces.org

Hi to all I'm using PrimeFaces 2.2.RC2, I need a tree to show some data. The tree works fine, it show all the data, but when I click on a node ...

8. Edit tree node question    forum.primefaces.org

30 Dec 2010, 09:30 by ozbluesky Edit tree node question Hi, I have a page with a . On click of the node, node detail is shown on the same page. ...

9. p:tree with custom objects    forum.primefaces.org

Happy New Year! I tried p:tree component with my custom classes. There are converters provided for my custom classes. unfortunately I see no means to provide value/label for the TreeNode. As ...





10. Tree is not rendered    forum.primefaces.org

08 Jan 2011, 12:20 by mgsoft Tree is not rendered Hi, I created a very simple Tree for testing purpose. On the server-side the request generates an appropriate page but the ...

11. Directory Tree with Empty Folders    forum.primefaces.org

Just a little contribution for the community. I did not tested it with many browsers, but it worked FF 3.5/IE7/IE8. The example given in the primefaces showcase of a directory tree ...

12. Using "onkeyup" to update "p:tree"    forum.primefaces.org

20 Jan 2011, 16:51 by RomanSmi Using "onkeyup" to update "p:tree" Hey, I'm using Primefaces 2.2 RC2. I have some trouble in using the attribute "onkeyup" in "inputText". View: ...

13. Selecting and Expanding Tree Node from backing bean    forum.primefaces.org

21 Jan 2011, 07:59 by veerendra Selecting and Expanding Tree Node from backing bean Hi All, I need to expand the tree and select a node from my backing bean when ...

14. Suggestion Ehancement for Tree    forum.primefaces.org

15. Dynamic Tree    forum.primefaces.org

>> << Deus Posts: 6 Joined: 27 Jan 2011, 20:52 27 Jan 2011, 21:29 by Deus Dynamic Tree Hello. I am developing a web app in JSF 2.0 with Primefaces 2.2 ...

16. How to delete a tree node from backing bean    forum.primefaces.org

Hi, I want to delete a tree node from backing bean. Please help me. I am using NetBeans 6.9.1, Prime Faces 2.2 , GlassFish 3.0.1 Thank you





17. Tree.processUpdates Fails in 2.2 -- solved    forum.primefaces.org

This issue started happening to me when I switched to 2.2 -- it didn't happen in 2.2 RC 2. Unfortunately I started using p:inputText which isn't in RC2 so I would ...

18. How to select tree node on righ click?    forum.primefaces.org

Hi, I have a tree, and want to build feature that on right click of a tree node, the node is selected and context menu shown. There is no problem to ...

19. tree does not display on page    forum.primefaces.org

>> << tiger Posts: 3 Joined: 02 Mar 2011, 11:28 02 Mar 2011, 11:34 by tiger tree does not display on page Hi, I m using below jars: primeface-2.2 richface-3.3.3 seam ...

20. Tree preselection problem with PF 2.2.1    forum.primefaces.org

Hi, I'm testing the tree preselection with the showcase example http://www.primefaces.org/showcase/ui/t ... eckbox.jsf I pretty much used the exactly same piece of code, I just added pre-selection to one of the ...

21. Tree issue    forum.primefaces.org

Hi folks, first I have to say: Great work! I use Primefaces and it works great, but: One little thing does not work correctly and I can reproduce it on the ...

22. How to programmatically update tree node selection?    forum.primefaces.org

13 Mar 2011, 15:30 by pavaros How to programmatically update tree node selection? I have a multi-level tree with various types of nodes and using the "checkbox" selection mode. There are ...

23. 3.0-SNAPSHOT New Tree Suggestion    forum.primefaces.org

Will it not be nice to have the cursor change to the hand style when hovering over a leaf on the tree? That will make end users know they can click ...

25. Question to new tree component    forum.primefaces.org

Hello Cagatay, Would be it possible to draw lines or dots between tree nodes? Maybe as an attribute true / false in p:tree. BTW, node selection in the example "Tree - ...

26. Primefaces 3.0 tree component    forum.primefaces.org

I have some questions about the new tree component. - Will the component support enable/disable of checkbox nodes ? - Will it be possible to mix checkbox nodes and common nodes? ...

27. Primefaces New Tree Issues    forum.primefaces.org

28. JSF Tree(UIRoot) not getting updated    forum.primefaces.org

29. Tree is kinda crazy    forum.primefaces.org

>> << Andre Froes Posts: 23 Joined: 16 Mar 2011, 17:24 07 Apr 2011, 05:07 by Andre Froes Tree is kinda crazy Hey everyone, the tree component is a bit crazy ...

30. Tree show only 1st selected    forum.primefaces.org

>> << Andre Froes Posts: 23 Joined: 16 Mar 2011, 17:24 12 Apr 2011, 21:27 by Andre Froes Tree show only 1st selected Hi everyone, my tree is a strange, when ...

31. Tree AJAX Question    forum.primefaces.org

I am trying to make it so when I click on a node in the tree, some text I have on the page is updated. I tried putting the p:ajax event="click" ...

32. Help with async tree    forum.primefaces.org

I am trying to use the tree component to update another component when something in the tree is selected but can't seem to make it work (BTW I am using Mojarra). ...

33. p:tree async / client    forum.primefaces.org

Hi, I noticed that the tree in async mode doesn't show all elements? When I switch to Client mode everything is fine? It's not easy to produce an example, because I ...

34. Link as leaf of a tree    forum.primefaces.org

Hi, in a little trial project i'm working with jsf 2.0 and Primefaces 2.0 RC. I'm using the tree component at one page. In this tree i would like to have ...