What is the problem(s) with tree2? I have been using it with the functionality you requested. The only I find myself doing is using server side nodes most of the time (with AJAX, as I have trees with > 100,000 nodes), and I usually create custom tree models and custom tree nodes as the "Base" ones don't ever have what I need. Perhaps we can help you through your tree2 problems?
-Andrew On 5/24/06, Hansjörg Meuschel <[EMAIL PROTECTED]> wrote:
Hi you could take a look at http://www.ourfaces.net or http://www.jamesholmes.com/JavaServerFaces/#software-comp (a list of jsf comp.) I'm not sure if there is a tree meeting your requirements ... maybe this helps... greets hans Hans Sowa wrote: > Hi all > > We had a lot of problems with the tree2 component and we search now > for an alternative. The tree component is the most important component > in our webapplication and therefore this is a big risk in our > application. > > Following behaviour to we need: > - The possibility to klick on every node and to be able to react > (ActionListener). > - The possibility to show graphics on the right side of the node. > - The possibility to close the whole tree. > - The possibility to open a certain path. > - The possiblity to close the last path if the user opens an other > path. (This means only one path should open at any time and all other > paths should be closed). > - Multiselect should work. (Maybe with checkboxes). > - The created HTML code should be as small as possible. > - If the tree is created the first time we would like to open the > first level. > > It would be great if someone has experience with an other tree > component and could help me. > > Thanks in advance. > > -- > mfg Hans Sowa > mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>

