aspose file tools
The moose likes JSF and the fly likes JSF tree component Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "JSF tree component" Watch "JSF tree component" New topic
Author

JSF tree component

naveen kannan
Greenhorn

Joined: Jan 25, 2007
Posts: 6
HI I NEED TREE COMPONENT FOR WEB DEVELOPERS USING JSF WHAT CAN I DO GIVE SOME TIPS OR CODE

[Edit: modified uppercase title. It was hurting my eyes!]
[ January 26, 2007: Message edited by: Bear Bibeault ]
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35258
    
    7
Welcome to JavaRanch.

Please don't post in all-uppercase. That's considered rude all over the 'net: KeepItDown


Android appsImageJ pluginsJava web charts
rajani varma
Ranch Hand

Joined: Dec 21, 2006
Posts: 30
Hello Naveen,

What you want exactly? Is this about the <t:tree> component from tomahawk, if so you can view the topic

"How to work with t:tree component" posted by vinutha. There you can find the full code of an example.

-Rajani
naveen kannan
Greenhorn

Joined: Jan 25, 2007
Posts: 6
my objective is

To add new Jsf (java server faces) component for easy web programming


that component is tree view format...

now a days web programmer want to display something in tree form,they need ajax,javascript,,,, and all,,, but i am going to give one tag for example
<main>degrees</main>
<sub>bsc</sub>
<sub>be</sub>
<sub>me</sub>

this example displays the information in the form tree sturcture tats all...


wat can i do for that.. help me......
rajani varma
Ranch Hand

Joined: Dec 21, 2006
Posts: 30
Hello Naveen,
I think this how you want to display the tree,

http://myfaces.apache.org/tomahawk/tree.html

The code for the above example is

The JSF page is,



and the backing Bean is.....



Hope this helps....

Rajani.
[ January 29, 2007: Message edited by: rajani varma ]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: JSF tree component
 
Similar Threads
Dynamic tree component
JSF Tree structure
JSF Tree Component using AJAX
JSF : Component Binding Vs find component in the tree
Scope/Life cycle of UIComponent tree on the server side