Hello I'm a new user to struts.
What will be the best design pattern to achieve jsp pages protection in my web app?
For instance I want to implement the following scenario.
user A has a role RoleA user B has a role RoleB
I have to pages: PageThatRequiresRoleA.jsp PageThatRequiresRoleB.jsp
only user A must have an access to PageThatRequiresRoleA.jsp and only user B must have an access to PageThatRequiresRoleB.jsp
Thank you very much
Vano
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

