23 Jan
2001
23 Jan
'01
2:18 p.m.
on 1/23/01 1:39 PM, Max Møller Rasmussen at maxm@normik.dk wrote: Thanks. That's great; but you do need to know the objects immediate container right? I have one situation where the container could be one of many. Geoff
From: Geoff Armstrong [mailto:geofstro@monaco.mc]
In DTML there doesn't seem to be a way of saying, "I have this string with the name of an object, now fetch me the object."
Shure there is:
<dtml-var "some_container_object[remote_id].title">
As far as I remember.
regards Max M
A snippet I use somewhere:
<dtml-in "emner[_['sequence-item']].objectValues('maal')"> <dtml-var title><br> <dtml-var description><br><br> </dtml-in>