[Zope-dev] confused about folder methods

Robin Becker robin@jessikat.fsnet.co.uk
Mon, 11 Dec 2000 12:02:54 +0000


Why is it that I can use http:/F/objectIds, but not http:/F/objectItems?
F is a folder.

I have a ZClass derived from ZObject, ZFolder and find that I can use
objectIds, objectItems etc in dtml methods of the class.

Now with a class derived from ZObject, ZDTMLDocument, ZFolder I find
that I cannot. I can use other manage methods to add images, but I can't
call objectIds on the instances etc.

Is there a way to get at the base classes somehow?
-- 
Robin Becker