Question

I have a application and in that, I have permission form. I am assigning permission as per jsp forms to user.If any user has permission to access the form, that form will be added to menu bar after login. I dont know how to do it. Can someone provide me any link? Thanks in advance.

Was it helpful?

Solution

I have used a similar application Here system validates the user_group in which a user falls at the time of login. All the links are maintained in DB with group_id and dynamically loaded after login and maintaned throghout the session.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top