Re: Struts2 ScopeInterceptor scope.type end problem

2011-12-13 Thread Volker Krebs
Hello, yes the problem is that all scope objects managed by the scope Interceptor will be cleared if the scope.type is "end". I was looking for a way to copy it to the request, so that I could display a confirmation/summary on the last page involved in my scope. But the ScopyInterceptor does not

Re: Struts2 ScopeInterceptor scope.type end problem

2011-12-13 Thread mohan rao
Once you action execution is done all the valueStack objects will be cleared. This is might be causing the problem. And can you please elaborate your requirements. -- View this message in context: http://struts.1045723.n5.nabble.com/Struts2-ScopeInterceptor-scope-type-end-problem-tp5058274p50607

Struts2 ScopeInterceptor scope.type end problem

2011-12-08 Thread Volker Krebs
Hello, I've made an small workflow using the ScopeInterceptor. All works fine, but I have one small problem, where I want to discuss a solution. My last action is defined as scope.type=end end /confirm.jsp on the confirm.jsp I have no access to the objects which the ScopeInterceptor