I am using Struts 2.0.11, Sitemesh 2.3, Displaytag 1.1.1, and Spring 2.5. Here is the problem. I have 6 levels of drill down on a ProductContainer object. I am currently keeping these ProductContainer drill down objects in the session as the user drills down into the product detail. Storing and retreival of these objects from the session is working as expected. The problem occurs when I use Spring dependency injection to load my current ProductContainer instance (I am working on drill down level 2), the instance of the ProductContainer object for level 1 (defined on the Struts 2 action without getters and setters) is also getting replaced during execution of the spring dependency injection statement. I have put a log4j statement immediately before and after (as well as watching with debug) the spring dependency injection statement to verify this behavior. Any ideas on what is up here? -- View this message in context: http://www.nabble.com/Object-reference-changed-by-framework%2C-not-my-code--tp20209015p20209015.html Sent from the Struts - User mailing list archive at Nabble.com.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]