24 Nov
2001
24 Nov
'01
2:39 p.m.
On Sat, Nov 24, 2001 at 11:35:23AM +0100, Antwan Reijnen wrote:
I recognize this problem from my first trials. Probably you put the code in a DTML Document? Try putting it in a DTML Method, instead.
No, this doesn't work here, too. But I solved that problem: Instead using | <dtml-in expr="objectValues('File')"> I wrote | <dtml-in "PARENTS[0].objectValues('File')"> Works both in a DTML document and as a DTML method. I like Google :-) Holger