From: Jim Reynolds [mailto:[EMAIL PROTECTED] > So my question is: How do I handle this type of setup in Struts 2? I > noticed that there is a Interceptor that may be for this task, but I > am unsure. Do I extend the interceptor and handle my logic there, or > is there a simpler way.
I'm not sure which interceptor you're referring to, but it's easy to implement a new one which does any specific processing like you discuss; creating a RoleAwareInterceptor was easy. https://issues.apache.org/struts/browse/WW-1469 also discusses this topic (role-based access) and one was implemented and added to the project. Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]