7 Oct
1999
7 Oct
'99
5:01 p.m.
benjamin.ryzman@easynet.fr wrote:
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.
Is that a direct copy/paste from your page? Try including the () after the method: <!--#var "folderB.DTMLMethod2()"--> to actually call it. Doug