Re: [Zope] pointers in zope (newbie question)

2006-04-27 Thread Peter Bengtsson
I've done a similar app where there's an archive of files (zope File objects) that I'm doing stuff with in another place. I happily used:: return self.unrestrictedTraverse(self.actual_path) in a class that looks something like this:: class VirtualFile(SimpleItem): def __init__(self, id, a

Re: [Zope] pointers in zope (newbie question)

2006-04-25 Thread Andreas Jung
--On 25. April 2006 19:17:11 +0200 thomas desvenain <[EMAIL PROTECTED]> wrote: hello, i need to have the same object at different places, more properly, i need to refer an object at different places, in different folders, of my zope application Look in the mailinglist archive (of the las

[Zope] pointers in zope (newbie question)

2006-04-25 Thread thomas desvenain
hello, i need to have the same object at different places, more properly, i need to refer an object at different places, in different folders, of my zope application (i use formulator, and i would like that when i modify properties of the "same" field in different forms, all the others are updat