Custom ConfigurationProvider is not able to find result

2013-09-01 Thread Ken McWilliams
Probably something silly but the following is just a rough effort at proving to myself that I can add a new action though a configuration provider... It adds the package and action but there is something wrong with the result. If the results name is set to "error" I get there is no mapping for res

Re: Value not persisting in domain object

2013-09-01 Thread Paul Benedict
Every Action class is instantiated per request. If you're updating a collection in one action, it will, of course, not be around in the next collection. It sounds like you need to stuff your shopping cart into the session. On Sun, Sep 1, 2013 at 8:39 PM, Srineel Mazumdar wrote: > Hi All, > > Can

Re: Value not persisting in domain object

2013-09-01 Thread umeshawasthi
Can you show the code part as how you doing this Like saving and than fetching list again Sent from BlackBerry® on Airtel -Original Message- From: Srineel Mazumdar Date: Sun, 1 Sep 2013 21:39:04 To: Struts Users Mailing List Reply-To: "Struts Users Mailing List" Subject: Re: Value not

Re: Value not persisting in domain object

2013-09-01 Thread Srineel Mazumdar
Hi All, Can anyone please help ? Thanks.. On Fri, Aug 30, 2013 at 10:23 PM, Srineel Mazumdar wrote: > Yes.. the same collection. > > > On Wed, Aug 28, 2013 at 6:55 PM, Paul Benedict wrote: > >> Are you retrieving the same collection? >> >> >> On Wed, Aug 28, 2013 at 8:22 AM, Srineel Mazumdar >