I have a ZClass 'stuff' which is a subclass of DataSkin. 'stuff' overrides
'manage_delete' method, so as to do some extra clean-up jobs. After that, it will call
its ancestor's 'manage_delete' method to wipe itself off. In java, you can do this by
calling 'super.manage_delete()', but how to do it in zope?

Dirksen

__________________________________________________
Do You Yahoo!?
Yahoo! Photos - Share your holiday photos online!
http://photos.yahoo.com/

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to