[Zope] How can folder address its contents?
Phil Harris
phil.harris@zope.co.uk
Sat, 11 Dec 1999 20:41:40 -0000
Try something like
<dtml-in foldername>
<dtml-var id>
<dtml-else>
Nothing in folder.
</dtml-in>
Phil
phil.harris@zope.co.uk
----- Original Message -----
From: Robert W. Erb <rerb@progress.com>
To: <zope@zope.org>
Sent: Sunday, December 12, 1999 7:06 PM
Subject: [Zope] How can folder address its contents?
> I want to iterate over the contents of a folder. I can't do it by
> name, since items will be added and taken out of the folder at run
> time, so I don't know what they'll be called.
>
> I think I'll figure out the iteration ok, but how do I get at the
> objects contained in a folder, other than by name?
>
> --
> . . . . . . . . . . . . . . . .
> .
> . Bob Erb
> .
> . I don't want to die today!
>
>
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> No cross posts or HTML encoding!
> (Related lists -
> http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope-dev )
>