2 Jul
2003
2 Jul
'03
3:28 p.m.
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