Re: Help with scope interceptor

2007-08-19 Thread j alex
Thanks Laurie for your observations..I'm having the key attribute in struts xml and also setting start to true for the first Action ; doing this puts the object in session, but updates to it made on the subsequent pages are not being reflected ; ie when we print it out - the value from session is

Re: Help with scope interceptor

2007-08-18 Thread Laurie Harper
I haven't used the Scope interceptor, so I may not be 100% correct, but the following answers are based on my interpretation of the documentation: j alex wrote: Hi, I need help regarding correct usage of Scope interceptor (http://struts.apache.org/2.0.9/docs/scope-interceptor.html) Before

Help with scope interceptor

2007-08-16 Thread j alex
Hi, I need help regarding correct usage of Scope interceptor (http://struts.apache.org/2.0.9/docs/scope-interceptor.html) Before going into details i had couple of qns : #1. Is this usable we have multiple actions sharing the same model object ? - i.e each page of the app posts to a different