[Zope3-Users] Override subscribers

2008-02-17 Thread Kai Diefenbach
Hi, is there a way to override subscriber? I only found this in the web: http://wiki.zope.org/zope3/ZCMLFilteringSupport My scenario is as follows: There is an object. If it has been initialized some subscribers are called (via IObjectInitializedEvent). class SomeObject:

AW: [Zope3-Users] How to check access on a view?

2008-02-17 Thread Roger Ineichen
Hi Hermann Betreff: Re: [Zope3-Users] How to check access on a view? [...] Hi, For a simple menu, I need to check if the current principal has permissions to access a view. I understand that I can use the canAccess()/canWrite() function on object attributes but how could I do