20 Aug
2001
20 Aug
'01
6:26 p.m.
At 14:15 20-08-2001 -0400, you wrote:
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
Hello Todd, Don't know if it has anything to do with it but ... you are marking all the options as selected ??? I don't think that is valid html. Regards, Gitte Wange