Re: [Zope] sifting through python sub-objects

2000-06-20 Thread Dieter Maurer
ed colmar writes: > I've succesfully gotten the catalog to work (thanks everyone!), but in > doing so, I've created a problem. Squishdot uses this code like this in > order to add an item: > > id=self.createId()# make a datestamp id > msg=PromoterPost(id,title) >

[Zope] sifting through python sub-objects

2000-06-19 Thread ed colmar
I've succesfully gotten the catalog to work (thanks everyone!), but in doing so, I've created a problem. Squishdot uses this code like this in order to add an item: id=self.createId()# make a datestamp id msg=PromoterPost(id,title) msg=msg.__of__(self) # ???