On Wed, Mar 29, 2006 at 04:12:40PM +0530, baiju m wrote: > 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
Maybe that's what I have to use. But I would rather like a solution like this: subclass class XXX overwrite method YYY define statement ZZZ in ZCML Thank you, Frank _______________________________________________ Zope3-users mailing list [email protected] http://mail.zope.org/mailman/listinfo/zope3-users
