Re: Passing Query String to Action through Interceptor

2016-05-23 Thread Nick Broadhurst
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 wrote: > 2016-05-23 3:01 GMT+02:00 Nick Broadhurst : > > Hello, > > > > I have an interceptor that is working fin

Re: Passing Query String to Action through Interceptor

2016-05-22 Thread Lukasz Lenart
2016-05-23 3:01 GMT+02:00 Nick Broadhurst : > Hello, > > I have an interceptor that is working fine except the query string is not > being passed on to the action from the interceptor. > > > This will overwrite defined default stack - you can create a custom stack or add reference to

Passing Query String to Action through Interceptor

2016-05-22 Thread Nick Broadhurst
Hello, I have an interceptor that is working fine except the query string is not being passed on to the action from the interceptor. iro/IroCaseFORM.jsp URL: http:///EditIroCase.action?id=123 Action is an existing one that I am adding the interceptor to. Impleme