19 Oct
1999
19 Oct
'99
11:06 p.m.
On Tue, Oct 19, 1999 at 01:06:54PM +0200, Martijn Pieters wrote:
But what could happen, if I keep record of the references, where could it break? And yes I'm going the link only objects with Management Interface.
Nothing. Just because the Zope management interface uses a hierarchical structure, doesn't mean that every object cannot be referenced more then once.
The only thing that could happen is that if the referenced object depends on acquisition, it will break (or you reconstruct the aquisition path)
Good point But I think a referenced object should be seen in the light of the new context. That's the beauty of acquisition in the first place. Have to make that work. //johanc