--- Darren James <[EMAIL PROTECTED]> wrote:
> If your action does not define an interceptor does it get the default 
> one (i.e. "defaultStack")?

Yep.

> also, if your action *does* define an interceptor, does that augment the 
> default one or override it?

Override.

>         <action name="MyAction" class="...">
>             <interceptor-ref name="myinterceptor"/>  // do i get 
> defaultStack, or did i just override it?
>             <result>/myAction.jsp</result>
>         </action>

You need to include another <interceptor-ref.../> element if you want the
default stack in addition to the "myinterceptor" interceptor. (Or define an
interceptor stack with your interceptor in it, etc.)

d.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to