[Zope3-Users] child is not cataloged while adding parent

Stephan Richter srichter at cosmos.phy.tufts.edu
Mon Mar 20 09:36:16 EST 2006


On Friday 03 March 2006 02:46, wata at kke.biglobe.ne.jp wrote:
> and I've made an export/import view for that folder, where
> I succceeded to catalog children. basically both uses the
> same code. simply like:
>
>      parent[u'the name of the child'] = Child()
>
> What I'm missing for?
> It'd be happy to hear anything you tell me.

You are doing nothing incorrectly. The system cannot magically know about all 
the sub-objects to index. It is you responsibility as programmer to tell the 
system how to step through the children and add them to the indices. So you 
are on the right track! :-)

Regards,
Stephan
-- 
Stephan Richter
CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training


More information about the Zope3-users mailing list