From what I read I I can access th zope object model from External Methods. Correct? But how do I reference the model. I tried
App Zope.App but,they don't work. Can someone in the community point me some documentation on this subject? Many thanks Pedro
Pedro Vale Lima wrote:
From what I read I I can access th zope object model from External Methods. Correct? But how do I reference the model. I tried
App Zope.App
but,they don't work. Can someone in the community point me some documentation on this subject? Many thanks
When your external method gets called (which you should define with a "self" argument), Zope will insert objects like REQUEST into self. I'm too new to Zope to know about referencing other objects. ------------------------------------------------------ Andres Corrada-Emmanuel Email: andres@corrada.com Owner http://www.corrada.com/mamey Mamey Phone: (413) 587-9595 ------------------------------------------------------
participants (2)
-
Andres Corrada -
Pedro Vale Lima