[Zope] Dtml-in objectItems

Paul Zwarts paz@oratrix.com
Fri, 25 May 2001 11:51:58 +0200


Morning all,

I cannot make this code work:

<dtml-with Interop>
   <dtml-in expr="objectItems('Interop')">
      <a href="&dtml-absolute_url;"><dtml-var title_or_id></a>
   </dtml-in>
</dtml-with>

I've been searching for hours now in the list and site, but I've found
nothing that tells me why I get a blank page when I'm trying to list the
objects in the Folder Interop.... This snippet of code is in the same
directory as the Interop folder... which has a bunch of folders and files in
it.

Can anyone help with this supposedly blatantly simple piece of code?

Thanks,
Paz