[Zope] dtml-in fails
Holger Paulsen
paulsen@mobile.in-berlin.de
Sat, 24 Nov 2001 15:39:02 +0100
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