--- styl9090 <[EMAIL PROTECTED]> wrote: > <action name="assign" class="***.AssignAction"> > <interceptor-ref name="log2000"/> > <result name="assign">/pages/assign_user.jsp</result> > </action>
The above configuration means that *only* the "log2000" interceptor will run. You need to either (a) include the "defaultStack" interceptor ref (or whatever stack you're using) or (b) create your own stack that includes the "log2000" interceptor. d. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]