Re: [Zope] Zope & the Zoo - newbie problems...
Thank YOU so much Hans !! This worked just fine. Onward I go! i appreciate the help rich H.de.Wit@SFK.NL wrote:
Rich
I don't whether you got already an answer. The dtml looks alright, but there is one thing that could work out wrong: Standard is index_html a dtml-document. Replace it by a dtml-method index_html with the same content.
Probably you'll see things happen now. The difference between a document and a method is that a document has it's own properties and a method is only a function without data. To behold this data a document has it's own namespace, the place where the properties and variables live. So when you ask objectValues('Folder'), you ask the document a list of the folders. A document however is not able to hold folders. Probably that is the problem.
participants (1)
-
Rich Pinder