2016-05-23 3:01 GMT+02:00 Nick Broadhurst <[email protected]>:
> Hello,
>
> I have an interceptor that is working fine except the query string is not
> being passed on to the action from the interceptor.
>
> <action name="EditIroCase" class="iro.action.IroCaseAction">
> <interceptor-ref name="authIro"/>
This will overwrite defined default stack - you can create a custom
stack or add reference to existing stack
<action name="EditIroCase" class="iro.action.IroCaseAction">
<interceptor-ref name="authIro"/>
<interceptor-ref name="defaultStack"/>
<result name="success">iro/IroCaseFORM.jsp</result>
</action>
Regards
--
Ćukasz
+ 48 606 323 122 http://www.lenart.org.pl/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]