Hi Derek, If you create an afterSave function in your custom type, you will need to call super.afterSave (probably first thing) in order for it to run. Same goes for delete.
Kind regards -- -- Matthew Bryant Product Development Manager Daemon Internet Consultants Adobe Solutions Partner http://www.daemon.com.au/ p. 02 9380 4162 f. 02 9380 4204 On 15/06/2007, at 8:09 AM, Derek Westfall wrote: > If I want to add an AfterSave function to my custom type, do I need > to include all the logic in the types.cfc AfterSave function? Or > will my AfterSave function run after the types.cfc AfterSave function? > > Same question for Delete function? > > Thank you, > > Derek Westfall > > > > > Message protected by MailGuard: e-mail anti-virus, anti-spam and > content filtering. > http://www.mailguard.com.au/mg > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
