Re: [Zope-dev] Need to instantiate zclass in location other than current

2002-04-18 Thread Dieter Maurer
Max Slimmer writes: > I have created a zclass and want to create a new instance of this class and > have it be child of some other know object in the tree. > Given that we know the path (url) to the new prospective parent how do we do > this. You locate the destination object with "restrictedT

[Zope-dev] Need to instantiate zclass in location other than current

2002-04-17 Thread Max Slimmer
I have created a zclass and want to create a new instance of this class and have it be child of some other know object in the tree. Given that we know the path (url) to the new prospective parent how do we do this. A second question. I need to manage lists of these zobjects within other instances