[Zope] Newbie DTML : how to list contents of a folder with the in tag ?

Nick Garcia ngarcia@codeit.com
Mon, 13 Sep 1999 09:39:43 -0700 (PDT)


The list you're looking for is objectValues:

<!--#in objectValues-->
  <!--#var id-->
<!--#/in-->

This will let you access the attributes of the document like id, title,
etc...

Nick Garcia | ngarcia@codeit.com
CodeIt Computing | http://codeit.com

On Mon, 13 Sep 1999, Geir B Hansen wrote:

> I am having problems simply listing the contents of a folder in a
> DTML-document.
> 
> I have tried with the in tag, but i cannot seem to find the attribute to
> tell the in-tag to look to the documents inside the folder rather than
> the properties of the folder itself..
> 
> Can anyone help ?
> 
> Thanks
> 
> ------------------------------------------------
>           Geir B Hansen
>       geirh@funcom.com
> Web-designer / Graphic artist
>           Funcom Oslo
> ------------------------------------------------
> 
> 
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://www.zope.org/mailman/listinfo/zope
> 
> (To receive general Zope announcements, see:
> http://www.zope.org/mailman/listinfo/zope-announce
> 
> For developer-specific issues, zope-dev@zope.org -
> http://www.zope.org/mailman/listinfo/zope-dev )
> 
>