2 Nov
1999
2 Nov
'99
4:08 p.m.
<dtml-in "objectIds(SPAM)"> <dtml-with "_[_['sequence-item']]"> <p><dtml-var title></p> </dtml-with "_[_['sequence-item']]"> </dtml-in "objectIds(SPAM)">
Question 2: How can I step through the Documents in a folder and access their properties (like I am trying to do above)?
I suspect you need to use <dtml-var document_title> (or is it <dtml-var document-title>) to get the title of a document instead of the title of the containing object. -- Loren