This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Dynamic, server-side construction of the tree, reading from a database
R .sourav nayak
Ranch Hand
Joined: May 14, 2006
Posts: 67
posted
0
hi, i have to represent the data in a tree structure format in my jsp page. The datas are stored in the database in tree structure way. i just need to write a java class which can help me to display those data in tree strutcure way.
Could some one tell me how to do that or provide me some good link on this.
Hi Bear, thanks for the immediate response. I have already created the tree structure in my html by puting the hardcoded datas and the structure looks like following :
but now i wanted to get those datas in tree structure way from the database since my application is struts based, in my action class ,i am able to iterate though the nodes and leaf nodes. But the problem i am having is - in my action class i am not able to keep that temporarly in a tree structure way as i go through each iterator. so its being problem for me to display that on jsp page.
Could you provide me some hint
thanks in advance
[BPSouther: Added code tags] [ November 08, 2007: Message edited by: Ben Souther ]