makeValue - "Creates a Entity in the form of a GenericValue without persisting it " Then you have to use .create() method to persist it.
Bilgin On Wed, Sep 29, 2010 at 3:54 PM, Naveen Kumar <[email protected]>wrote: > Hi All, > > I am using *delegator.makeValue* in groovy to store Payment Entity, I am > not > getting any error in logs but data is not inserting to Entity, can anyone > help me to solve the issue. > > Regards, > Naveen. >
