Anyone know how I could call the manage_afterAdd method of ZObjectManager from a python method which is overriding the method in a ZClass. Maybe something like this (but this doesn't work. manage_afterAdd(item, container): context.ZObjectManager.manage_afterAdd(item,container) do_something_else() TIA, Tim McLaughlin _______________________________________________ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
