This week's book giveaway is in the Testing forum.
We're giving away four copies of Practical Unit Testing with TestNG and Mockito and have Tomek Kaczanowski on-line!
See this thread for details.
The moose likes HTML, CSS and JavaScript and the fly likes Tree View Structure Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Practical Unit Testing with TestNG and Mockito this week in the Testing forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Tree View Structure" Watch "Tree View Structure" New topic
Author

Tree View Structure

Nithya Venkatraman
Ranch Hand

Joined: Apr 11, 2004
Posts: 39
Hi
I need to develop/ use a tree view. It should be displayed in a jsp page..
The structure will somewhat look like this:

Root
/ | \
/ | \
C1 C2 C3
/ | \ \ / | \
C1a C1b C1c C23a C3a C3b
A child can also have multiple parents
What can be done for this? Can I get the code/ component from somewhere? If not how can this be developed?? Or can I get some screen flow for this?
Regards
Nithya


Nithya<br />SCJP(1.2), SCWCD(1.4)
Bear Bibeault
Author and opinionated walrus
Marshal

Joined: Jan 10, 2002
Posts: 50677

Since you need to use HTML to display anything on a web page, and this has no JSP connection. I'm moving this off to the HTML/Javascript forum.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 15003
Look here:
http://dynamicdrive.com/dynamicindex1/index.html
 
 
subject: Tree View Structure
 
Threads others viewed
Tree Structure
Need help in Tree structure...
Struts Tree View
jdbc + swing
How to create horizontal treetable
MyEclipse, The Clear Choice