Just checking on the status of this patch. Regards, Kelvin
--- Original Message --- From: "Kelvin Tan" <[EMAIL PROTECTED]> To: Turbine Torque Users List <[EMAIL PROTECTED]> Cc: Sent: Wed, 26 Jun 2002 16:52:03 +0800 Subject: setModified(false) after save() >I noticed that if any mutator methods are called, setModified(true) >is >called. However, after being saved via save(), the object's modified >state >does not get reset. > >See attached for patch. > >Regards, >Kelvin > > >
Index: Object.vm =================================================================== RCS file: /home/cvspublic/jakarta-turbine-torque/src/templates/om/Object.vm,v retrieving revision 1.38 diff -r1.38 Object.vm 1016a1017 > setModified(false);
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
