[Zope3-Users] Can I override IntId's subscriber in overrides.zcml?
Alek Kowalczyk
thealx at poczta.onet.pl
Wed Feb 28 11:35:07 EST 2007
Hi,
I think I'll start another thread (based on
http://permalink.gmane.org/gmane.comp.web.zope.zope3.user/5692) because I think
this is a new question.
I would like to override IntId's subscriber (to catch NotYet exception there)
with my own subscriber. The original subscriber is defined as:
<subscriber handler=".addIntIdSubscriber" />
How to override such subscriber in my etc/overrides.zcml?
More information about the Zope3-users
mailing list