I only found setModified(false) in peer.vm's row2Object and doInsert
methods.

The point I'm trying to make is that after the object has been updated,
then saved, setModified(false) doesn't get called.

Regards,
Kelvin


On Wed, 3 Jul 2002 11:35:35 +0800 (CST), C0=EE=C1=E8?= wrote:
>setModified(false) is done in doUpdate() and
>doInsert() methods.
>
>Ling Li
>
>--- Kelvin Tan <[EMAIL PROTECTED]> �����ģ�>
>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:turbine-torque-user-
>>[EMAIL PROTECTED]>
>
>_________________________________________________________
>Do You Yahoo!?
>���о�ͷ�ۻ���ԭ �����ԡ���˭��Ц��
>http://sweepstakes.yahoo.com/bank_surveywave2/
>
>--
>To unsubscribe, e-mail:   <mailto:turbine-torque-user-
>[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:turbine-torque-user-
>[EMAIL PROTECTED]>
>




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to