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.
Asked
Active
Viewed 138 times
1 Answers
0
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.

user3480031
- 16
-
You should try and add some detail and maybe some code to provide an answer. – The_Cthulhu_Kid Mar 31 '14 at 08:24
-
I too was thinking to have user group and give permission accordingly. But giving permission per page would be one time setting. And will be best for all applications. – Aditya Ekbote Apr 01 '14 at 09:29