• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

navigation ,recursive programming

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hithere! lemme try to explain ma newest problem. im werking on a content composing system, written in java, jsp.(although im a newbie :/). atm im about to do a module, where the user can built a site navigation (text-links only). so he has some form, where he inputs the main navigation points. those are written in a database. if hes done, he can make sub-menu items for each main item etc, and it should be in a way, where every menu-item can have endless sub-menus etc. so im stuck about how i should do this. some1 told me bout recursive programming, but as i said im a newbie. so prolly som1 could drive me into the right way, how to do this or has done something similar? cheers eric
reply
    Bookmark Topic Watch Topic
  • New Topic