29 Dec
2002
29 Dec
'02
4:07 a.m.
Make sure you're making an index_html DTML Method, not a DTML Document. A Document will try to list all the Folder names inside the document object, which of course doesn't have any folder objects inside it. A method will list the folder objects inside its parents. (The index at the absolute root has to be a method, which is why it probably works). If anyone knows a good source to explain this particular bit of Zen, let me know--I figure my explanation isn't exactly eloquent, but I'm from the hills of South Carolina and thus have an excuse. --Chris On Saturday, December 28, 2002, at 10:21 PM, huzza boo wrote:
< ul> < dtml-in expr="objectValues('Folder')"> < li>< dtml-var title_or_id> < /dtml-in> < /ul>