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

JSP and XML

 
Ranch Hand
Posts: 60
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi all,

Need a suggestion for doing this

In our application we have security issues
so depending on the role the index page for the user will change
that means user can see only the menus that are provided for him
we want to display the menus that are only enabled for him

so i have setup a xml file with the configuration of what role will have what menus and submenus.

so i want to pull the data from the xml file and display it on the jsp page.

so i need to display the menus as tabs on the jsp page.

suggest me an idea of how to do this.
 
Marshal
Posts: 28193
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
I don't know whether this is a JSP question or an XML question. But since you also posted it in the JSP forum, which is against the forum rules, I will close this one.
 
Consider Paul's rocket mass heater.
    Bookmark Topic Watch Topic
  • New Topic