Re: conflict between message.properties for multiple Struts war files

2013-08-28 Thread Lukasz Lenart
2013/8/26 Omar Ngarigari : > Yes, I am using the shared Stutrus2 libs jar files. Still strange as classloaders should be different ... Regards -- Ɓukasz + 48 606 323 122 http://www.lenart.org.pl/ - To unsubscribe, e-mail: user

Re: Value not persisting in domain object

2013-08-28 Thread Paul Benedict
Are you retrieving the same collection? On Wed, Aug 28, 2013 at 8:22 AM, Srineel Mazumdar wrote: > Hi, > > I am creating a shopping cart application in Struts 2. I am updating a list > in Cart domain object when the user selects some items in shopping list > using checkboxes and clicks Next. In

Value not persisting in domain object

2013-08-28 Thread Srineel Mazumdar
Hi, I am creating a shopping cart application in Struts 2. I am updating a list in Cart domain object when the user selects some items in shopping list using checkboxes and clicks Next. In the CheckOut page those items would be shown. But in my case it shows empty list. Upon debugging, I find that