On 3/29/06, Frank Burkhardt <[EMAIL PROTECTED]> wrote: > Hi, > > I need to do some changes to an object, after it's either created or > modifed. Is there a chance to define methods on the object's class that are > called after the addform or the editform are done creating/changing the > object? Maybe there's a ZCML-way to do this?
May be you are looking for events ? http://www.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/Zope3Book/events.html Regards, Baiju M _______________________________________________ Zope3-users mailing list [email protected] http://mail.zope.org/mailman/listinfo/zope3-users
