Re: [Zope-dev] Looping through a folder's contents...

2000-08-21 Thread David Trudgett
At 2000-08-20 23:06 -0700, [EMAIL PROTECTED] wrote: I would like to loop through the contents of a folder, and the contents of the subfolders of that folder. I know I can do this to a singular level by doing something like: dtml-in "subfolder.objectValues('Folder')" dtml-var title /dtml-in

[Zope-dev] Looping through a folder's contents...

2000-08-21 Thread jiva
I would like to loop through the contents of a folder, and the contents of the subfolders of that folder. I know I can do this to a singular level by doing something like: dtml-in "subfolder.objectValues('Folder')" dtml-var title /dtml-in Should give me a list of the titles of all the