Did I not already answer this?

--- styl9090 <[EMAIL PROTECTED]> wrote:
> <action name="assign" class="***.AssignAction">
>         <interceptor-ref name="log2000"/>      
>         <result name="assign">/pages/assign_user.jsp</result>
> </action>

You have configured a *single* interceptor to be run for this action.

If you want the default interceptor stack to be executed you must either
include it in the action's configuration or create your own interceptor stack
that includes your interceptor.

d.


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

Reply via email to