Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

using tag library to create a tree in jsp

843835Dec 24 2002 — edited Jul 10 2003
Hi,

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




Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 7 2003
Added on Dec 24 2002
3 comments
270 views