Re: [Zope-dev] Connection Refference

2003-03-27 Thread Leonardo Rochael Almeida
On Thu, 2003-03-27 at 16:17, Matt Ficken wrote: [...] specificially when the _setOb, _getOb and _delOb methods are called, is there a way to get access to the connection object/reference to the user that is making changes to the folders? I know there is the RESPONSE object for the product

[Zope-dev] Connection Refference

2003-03-27 Thread Matt Ficken
I am creating a product which has classes that override the Folder class so that my class controls access to some folders that it creates. From within the Folder class, specificially when the _setOb, _getOb and _delOb methods are called, is there a way to get access to the connection