14 Jul
2002
14 Jul
'02
7:10 p.m.
I want to use a <dtml-in "objectValues(['File'])"> to access the Files from the parent directory. I know I can do this if I know the name of the directory, but this directory name changes. Is there any way of directly accessing the parent directory? - Alex Hottenstein
14 Jul
14 Jul
7:31 p.m.
New subject: [Zope] dtml-in and objectValues
Hi Alex, try <dtml-in "aq_parent.objectValues(['File'])"> or <dtml-in "aq_parent.aq_parent.objectValues(['File'])"> One of them should work. Regards, Dirk
8667
Age (days ago)
8667
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alexander M Hottenstein -
Dirk Datzert