[Zope] Help with creating a list of folders
Todd Loomis
tloomis@dmso.mil
Mon, 20 Aug 2001 14:15:50 -0400
I'm trying to create a list of folders which to put into a form drop-down
box. The folders to be shown are only the ones they has access to. I tried
this and nothing happens:
<select name="folder">
<option value="" selected>Select Folder</option>
<dtml-in expr="objectValues('Folders')">
<option value="<dtml-var id>" selected><dtml-var title></option>
</dtml-in>
</select>
Todd
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Todd Loomis
Web Developer (SAIC)
Defense Modeling & Simulation Office
1901 N. Beauregard Street, Suite 500
Alexandria, VA 22311
Office: 703.824.3407 Fax: 703.379.3778
tloomis@dmso.mil