[Zope] Zope Object Contexts and Acquisition

Timo A. Hummel timo.hummel@gmx.net
Tue, 26 Feb 2002 20:53:21 +0100


><dtml-in expr="getPhysicalRoot().objectValues(['Folder'])">
> <some output code>
></dtml-in>

This doesn't help, since, for example, the whole directory structure is
moved one level down (e.g. into /site1), you had to edit that code again
to fit the new requirement (e.g.
getPhysicalRoot().site1.objectValues(['Folder']).

Best regards
Timo