20 Jan
2005
20 Jan
'05
3:31 a.m.
holden, take a look at the functions restrictedTraverse(path) and perhaps unrestrictedTraverse(path). These may not be the most appropriate functions to use, but they will return an object reference using a path (such as "folder/subfolder/page"). In your example it could look something like the following: <dtml-in expr="restrictedTraverse(path).objectValues('CMF ZPhotoSlides')"> This is, of course, relative to the folder/object you are currently "in". If anyone has a more appropriate solution, I'd be interested in hearing about it, too! Garth