[Zope] List subfolders within any folder
Michael Fox
Michael@CenturySoftware.com.au
Fri, 28 Feb 2003 15:33:04 +1100
Hi *,
I'm having problems with a relatively easy task. I have a DTML Method =
which contains:
<dtml-in expr=3D"objectValues('Folder')" sort=3D"title" =
skip_unauthorized>
<li><a href=3D"&dtml-absolute_url;"><dtml-var title_or_id></a></li>
</dtml-in>
Which when I "view" on it's own happily lists the folders within my root =
folder.
Yet somehow when I reference this object with another DTML Document, it =
list nothing?!
Any help appreciated.
Regards,
Michael