• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

tree structure in jsp

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I want to know how to construct a tree structure on jsp page?
ex:the dir structure is testproj(proj)->spA,spB(subproj)
spA->sp1,sp2(subproj)
spB->sp3,sp4,(subproj)
i.e project containig subproject,subprojects containing their subproject etc.
i wnt to show this in the form of tree with respective links,so that no need to click on new page each time, to view subproj of a project.
User will able to see project with its subproject,n so on,as told above.
And on the same page he should able to click on the proj or subproject he wnt.
pl,help regarding to this topic
reply
    Bookmark Topic Watch Topic
  • New Topic