using tag library to create a tree in jsp
843835Dec 24 2002 — edited Jul 10 2003Hi,
I want to create a tree in a JSP page whose node values are obtained from the database. The number of children of a particular node is known only during the construction of the tree.
Root
|---Node I
|----Node I Level 1 Child 1
|----Node I Level 1 Child 2
|----Node I Level 1 Child 2 SubLevel Child 1
|----Node I Level 1 Child 2 SubLevel Child 2
|---Node I Level 1 Child 2 SubLevel Child 2 Subsub Level1
|----Node I Level 1 Child 3
|---Node I Level 1 Child 3 SubLevel Child 1
|---Node II
.
.
.
.
|---Node n
These node values are obtained from the database. Any early help is appreciated. Helping in tree construction using JSP & Tag Libraries is requested (not swings). Also help me in deploying the same in Tomcat 4.0 server.
Regards
Vimal