How to access an object from a Zope Product? For example, if I have a url www.myhost.com/test/MyObject, in PythonScript I do it as usually: context.test.MyObject() In ExternalMethod I do: self.ZopeContext.test.MyObject() In Zope Product?... -- Sincerely yours, Bogdan M. Maryniuck How do I type "for i in *.dvi do xdvi i done" in a GUI? (Discussion in comp.os.linux.misc on the intuitiveness of interfaces.)
Bo M. Maryniuck wrote:
How to access an object from a Zope Product? For example, if I have a url www.myhost.com/test/MyObject, in PythonScript I do it as usually:
context.test.MyObject()
In ExternalMethod I do:
self.ZopeContext.test.MyObject()
In Zope Product?...
In a Zope product it should work just like an external method. regards Max M -- "Sorry I would Really Like To Help More On This Project, But Am To Busy Doing Paid Work On A Tight Deadline" Max M
participants (2)
-
Bo M. Maryniuck -
Max M