Vikas Kedia
Vikas Kedia

Reputation: 648

Tree component in JSF

What is a good tree component in JSF. I also want the user to be able to select one (using radiobutton) or more than one node (using checkboxes) from that tree component. Is there any existing component that meets my need?

thanks Vikas

Upvotes: 3

Views: 9210

Answers (4)

Przemek Nowak
Przemek Nowak

Reputation: 7713

Look to my blog http://blog.jvsystem.pl - richfaces tree component - there is simple tutorial how to create tree in richfaces.

Upvotes: 1

Umesh Aawte
Umesh Aawte

Reputation: 4690

You can try myFaces Tree component if you are using this library in your application. Other option is rich faces tree.

There might be more if you google for better and suitable option for your need.

Upvotes: 0

Martlark
Martlark

Reputation: 14591

I've used many of the rich faces components and they all work very well. Easy to implement as well. Have a look at http://livedemo.exadel.com/richfaces-demo/richfaces/tree.jsf

Upvotes: 3

Cshah
Cshah

Reputation: 5850

Just search for your component from the component based frameworks available here. I have seen tree components developed by ICEFaces. Not sure whether it specifically addresses your needs of using radio/checkbox with tree. Neverthless the demo url available in the above link will help you decide.

Note: I havent used these frameowrks to write production code. So you also need to check for performace issues related to each of these frameworks before choosing one.

Upvotes: 1

Related Questions