2016-05-23 3:01 GMT+02:00 Nick Broadhurst <hou1...@gmail.com>:
> 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: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to