I have a jsp form with a whole host of possible actions regulated by buttons which I am hiding if the user doesn't have privileges to perform the action.
I am using javascript at present to hide the buttons but I have about 15 buttons and 25 privileges. i need to move to a custom tag or another method to restrict access. Its jsp 1.1 and struts 1.2.
Anyone have a good tag they can share? Or a better idea?
Start Free Trial