I am using Appfuse from May 2008 without maven, when it used Struts 2.0.11, Sitemesh 2.3, Displaytag 1.1.1, and Spring 2.5. Here is the problem. I am saving a List of ProductContainer objects in the session and retrieving this list successfully. I am seeing the first ProductContainer replaced with the value of the lastest ProductContainer instance when I am using spring to inject the value of the current ProductContainer instance. This is all done in a spring service, not in my action. Any ideas on the cause of the problem would be greatly appreciated. I have verified this behavior with both logging and debug.
-- View this message in context: http://www.nabble.com/framework-manipulating-objects-in-the-session--tp20274268s2369p20274268.html Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
