[Zope] [Zope 1.10] grand child inclusion?
benjamin.ryzman@easynet.fr
benjamin.ryzman@easynet.fr
Thu, 07 Oct 1999 09:38:50 -0700
I can't seem to be able to include the result of a sub document folder
in its grand parent folder.
This is my current configuration:
folderA/
DTMLMethod1
folderB/
DTMLMethod2
If I call <!--#var "folderB.DTMLMethod2"--> in DTMLMethod1, I get the
HTML quoted contents of DTMLMethod2. I'd like to have the DTMLMethod2
called instead.
What should I do?
Note:
I also tried <!--#with folderB--><!--#var DTMLMethod2--><!--#/with-->
and variations thereof to no avail.