Wow!

I am embarrassed I did not know that and had not come across it yet. Of
course it resolved the issue.

Thank you very much,

Nick

On Mon, May 23, 2016 at 1:39 AM, Lukasz Lenart <lukaszlen...@apache.org>
wrote:

> 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