Zope problem: objectValues('Folder')

Jens Riedel JensRie at gmx.de
Fri Jul 11 01:56:53 EDT 2003


Craig Funk schrieb:
> The objectValues() will only return a list of the folders if it is called
> from with a DTML Method. If you are calling it from within the context of a
> Document it will not work. The method is called within the context of the
> folder so everything is fine. That is why it would work in
> standard_html_header. However a Document has it's own context.
> 
> Craig

Thanks, that was it!

regards,
Jens





More information about the Python-list mailing list