2016-03-06 11:37 GMT+01:00 Greg Huber <[email protected]>:
> It definitely does not include/call myStack, as I can see it does not call
> an initialise method I use.
>
> here is the action:
>
>         <action name="mySelect" method="submit"
>                 class="mypackage.MySelect">
>             <!-- Save context from redirect success action -->
>             <interceptor-ref name="store">
>                 <param name="operationMode">STORE</param>
>             </interceptor-ref>
>             <!-- <interceptor-ref name="myStack" /> -->
>             <result name="success" type="redirectAction">
>                 <param name="actionName">favourites</param>
>                 <param name="pgn">${pageNum}</param>
>                 <param name="searchString">${searchString}</param>
>                 <param name="suppressEmptyParameters">true</param>
>             </result>
>             <result name="error" type="chain">favourites</result>
>         </action>

Are you sure that the session was created and it's available?

What interceptors do you have in "myStack"? Maybe it's a side effect
of changes in ActionInvocation and some other interceptor was
depending on that.


Regards
-- 
Ɓukasz
+ 48 606 323 122 http://www.lenart.org.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to