[Zope] Finding the object there are being "worked on"
Gitte Wange
gitte@mmmanager.org
Fri, 20 Jul 2001 15:19:57 +0200
Hello
I was wondering if I could find out what object (just it's id) there are in
the namespace ???
Not very good explanation :-)
Here's my problem:
I have some objects of one type that I want to "convert" to another type
(create a new object of another type).
Now I have managed just well to create the objects - now I just want to
update their properties.
The object I am trying to update has a method called SetMasterFile. Now
whenever I try to call it I get this error:
NameError: SetMasterFile
Now I'm suspecting that it is because the method is called from the object I
am converting from .. if you know what I mean. So is there some way I can
check what object is calling the method ??
Regards,
--
Gitte Wange Jensen
Sys Admin, Developer and a lot more
MMmanager.org Aps, Denmark
Phone: +45 29 72 79 72
Email: gitte@mmmanager.org
Web: www.mmmanager.org
Quote of the day:
Never write a workflow system in DTML
- Chris Petrelli, Zope tutorial at IPC8, 2000/01/24 (We tried this once, and
boy was he was right)