[Zope3-Users] editform onSuccess-method

Frank Burkhardt fbo2 at gmx.net
Wed Mar 29 06:11:57 EST 2006


On Wed, Mar 29, 2006 at 04:12:40PM +0530, baiju m wrote:
> On 3/29/06, Frank Burkhardt <fbo2 at gmx.net> 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


More information about the Zope3-users mailing list