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