[Zope] asked a million times again...

Max Møller Rasmussen maxm@normik.dk
Wed, 8 Nov 2000 11:42:13 +0100


> Okay, I got the <dtml-var filename> to work right assuming that that
> files are arranged properly according to aquistion, but then when I
> try to get the file from another folder like
> 
>         <dtml-var "folder.filename">
> 
> It displays the code of that page rather thatn recognizing that it is
> content. What should I do?

Perhaps <dtml-var "folder.filename()"> will do? It executes the method
"filname()" and returns the result.

Regards Max M