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

tree structure in jsp

aarti patil
Greenhorn

Joined: Feb 02, 2008
Posts: 2
I want to know how to construct a tree structure on jsp page?
ex:the dir structure is testproj(proj)->spA,spB(subproj)
spA->sp1,sp2(subproj)
spB->sp3,sp4,(subproj)
i.e project containig subproject,subprojects containing their subproject etc.
i wnt to show this in the form of tree with respective links,so that no need to click on new page each time, to view subproj of a project.
User will able to see project with its subproject,n so on,as told above.
And on the same page he should able to click on the proj or subproject he wnt.
pl,help regarding to this topic
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: tree structure in jsp
 
Similar Threads
Triggering Action by clicking a link in struts
Executing multiple targets in subprojects
Tree display
help needed Regarding tree Structure
how to capture the action while clicking on the tree structure. (tomahawk tree component)