Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Java in General
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Ron McLeod
Jeanne Boyarsky
Sheriffs:
Paul Clapham
Saloon Keepers:
Tim Holloway
Roland Mueller
Bartenders:
Forum:
Java in General
showing data in a tree structure format from database
yugandhar channagiri
Greenhorn
Posts: 8
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I want to show some data in the database which is master detail relationship. Can I show the result in tree structure(similar to JTree component in Swing) by using the
JSP
? Please give me the sample code
Anubhav Anand
Ranch Hand
Posts: 341
I like...
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I think you'll require to write your custom tag for that.
yugandhar channagiri
Greenhorn
Posts: 8
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
how???
Anubhav Anand
Ranch Hand
Posts: 341
I like...
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
For making custom tags you require to extend the TagSupport class and implement the doStarttag() and doEndtag() methods.
Refer
this article
and/or
this tutorial
for more details.
No thanks. We have all the government we need. This tiny ad would like you to leave now:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
showing data in structure
Data Structure & Problem Solving using JAVA
how to create a tree structure in jsp
How to connect applet to database
showing data in a tree structure format from database
More...