Hi With the following struts.xml,
<package name="default" extends="struts-default"> <interceptors> <interceptor name="login" class="XYZ" /> </interceptors> <action name="welcome" class="welcomeAction"> <interceptor-ref name="login" /> <result>index.jsp</result> </action> </package> Will the interceptors configured in struts-default package be executed, followed by the login interceptor? Can we describe this behaviour in http://struts.apache.org/2.0.9/docs/interceptors.html as well? -- Hez --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]