7 Oct
1999
7 Oct
'99
4:38 p.m.
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.