Mike
unread,Apr 3, 2009, 1:58:18 PM4/3/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ColdFusion on Wheels
I'm using callbacks in developing user authentication capabilities in
my application and had a question about the various callback methods.
What is the difference between beforeSave() and beforeUpdate()? I
expected one to fire with a method call to save() and the other to
fire will a method call to updateXXX() methods. However, even though
I was calling an update method, the beforeSave() callback was
executing. When I read the wiki, the implication is that an update
callback would only execute when an update method is called. What am
I missing?
Thanks,
Mike