• 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

JSp Viewing the pages based on type of users

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I am new to Jsp .I have an applications that have certain type of users.Just like admin users who can view and edit all the data..and there are other users who can view only some pages and some data in the page.Now how to work with that type of issue..

For admins I need to give access to all the feature s in the applications.

For type 1 users ...Cannot create users ..can view everything..


Please help me..If you have any link with this kind of stuff...Please post..


 
Greenhorn
Posts: 29
Eclipse IDE Tomcat Server Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Krish Sai wrote:Hi All,

I am new to Jsp .I have an applications that have certain type of users.Just like admin users who can view and edit all the data..and there are other users who can view only some pages and some data in the page.Now how to work with that type of issue..

For admins I need to give access to all the feature s in the applications.

For type 1 users ...Cannot create users ..can view everything..


Please help me..If you have any link with this kind of stuff...Please post..




Krish, identify the type of user and put it in session. Now display menus by checking this variable
 
reply
    Bookmark Topic Watch Topic
  • New Topic