[Zope] Accessing acl_users in __init__() of Python Product
Thomas Güttler
tguettler@thomas-guettler.de
Wed, 2 Jul 2003 17:28:45 +0200
Hi!
I need to access acl_users of the parent in the constructor
of a python product. Acquisition seems to fail in this situation.
Any hints?
The function for creating the Python Product looks like this:
def manage_addOOPServer(dispatcher, id=0, REQUEST=None):
"Add a new OOPServer"
oopserver=OOPServer(id)
dispatcher._setObj(id, oopserver)
Please CC to me, I am not on the list.
thomas