This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
I have got an assignment of showing the parent child relation in tree/graph like component in JSF. But dont know what are the various options available.
The expanded should be good like not like windows explored tree.
As I am newbie to JSF, so I am not aware of the available options.
Welcome to the JavaRanch, Amit! We'd prefer that you employ year real last name on your displayname, however. See http://www.javaranch.com/name.jsp
There are 2 ways I could interpret your question.
If you are asking specifically about GUI tree controls, there are no tree controls in the core JSF. However a number of extensions to JSF exist that do implement tree controls as well as other popular GUI control types not supported by basic HTML.
If you are asking about the JSF Component Tree object, that's pretty much a straightforward compilation of the XML that defined the View being processed.
Customer surveys are for companies who didn't pay proper attention to begin with.
For Tree View, have a look at Apache MyFaces Tomahawk - http://myfaces.apache.org/tomahawk They have Tree, Tree2, play with the examples and see if it's what you need.