By default, when you delete an object, the delete handler is called. This
method attribute allows you to specify another handler to call instead. In
general, how should delete methods be used? First off, do NOT make the
mistake of calling cfa_coDelete inside. The handler is called from
cfa_coDelete, so you will cause an infinite loop. Think of the delete
handler as a clean up handler. You could use it to log to a text file, or
backup a copy to another db. If you examine the system default delete
handlers, you will see that they update the Verity-based collections.

Hope this helps.

=======================================================================
Raymond Camden, Cold Fusion Jedi Master for Syntegra (www.syntegra.com)
Allaire Certified Instructor and Member of Team Allaire

Email   : [EMAIL PROTECTED]
ICQ UIN : 3679482

"My ally is the Force, and a powerful ally it is." - Yoda


> -----Original Message-----
> From: Michael Corbridge [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, October 18, 2000 10:19 AM
> To: Spectra-Talk
> Subject: cfa_contentObjectDelete
>
>
>
> this tag takes a 'method' attribute, but I can't seem to find
> what form this
> method should be in.
>
> Anybody have any hints?
>
>
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
> Share information about yourself, create your own public profile at
> http://profiles.msn.com.
>
> ------------------------------------------------------------------
> ------------
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/sp
> ectra_talk or send a message to
> [EMAIL PROTECTED] with 'unsubscribe' in the body.

------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to