Re:[Zope] Storing and Using Object references

2001-01-11 Thread Tres Seaver
Tom Jenkins <[EMAIL PROTECTED]> wrote > > Hello all, > i have a question and I hope someone can point me in the right direction > to solve it. I need one zope object to hold a reference to another zope > object so the first object can call methods of the second object. oh, > these are python cl

RE: [Zope] Storing and Using Object references

2001-01-11 Thread Tom Jenkins
ject: Re: [Zope] Storing and Using Object references Tom Jenkins wrote: > > Hello all, > i have a question and I hope someone can point me in the right direction > to solve it. I need one zope object to hold a reference to another zope > object so the first object can call me

RE: [Zope] Storing and Using Object references

2001-01-11 Thread Tom Jenkins
nesday, January 10, 2001 3:11 PM To: Tom Jenkins Subject: Re: [Zope] Storing and Using Object references Tom Jenkins wrote: > > Hello all, > i have a question and I hope someone can point me in the right direction > to solve it. I need one zope object to hold a reference to another

Re: [Zope] Storing and Using Object references

2001-01-10 Thread Shane Hathaway
Tom Jenkins wrote: > > Hello all, > i have a question and I hope someone can point me in the right direction > to solve it. I need one zope object to hold a reference to another zope > object so the first object can call methods of the second object. oh, > these are python classes. > > Example

Re: [Zope] Storing and Using Object references

2001-01-10 Thread Andy McKay
x27;s the > struggle I'm having. or did I miss something in your response? > > Tom > > "Andy McKay" wrote: > > > Subject: Re: [Zope] Storing and Using Object references > > Date: Wed, 10 Jan 2001 08:56:25 -0800 > > From: "Andy McKay&quo

Re: [Zope] Storing and Using Object references

2001-01-10 Thread Tom Jenkins
quot;Andy McKay" wrote: > Subject: Re: [Zope] Storing and Using Object references > Date: Wed, 10 Jan 2001 08:56:25 -0800 > From: "Andy McKay" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> > > > If you call /contain

Re: [Zope] Storing and Using Object references

2001-01-10 Thread Andy McKay
If you call /container1/container1a/container2/container2a/item1, you can call methods on anything in the path... You could access it through dtml from 1->2 as You could get object2 in using getItem... -- Andy McKay. - Original Message - From: "Tom Jenkins" <[EMAIL PROTECTED]> To: <[