Evan Simpson <evan@4-am.com> wrote:
----- Original Message ----- From: James W. Howe <jwh@allencreek.com>
I have a DTMLMethod named foo. I can access this method by using the following statement:
<dtml-var foo>
If I wanted to use the "quoted" syntax to access this method (perhaps because it resides in some other folder) which of the following is exactly equivalent to the statement above: [snip] <dtml-var "foo(_.None, _)">
The above is definitely closer, and seems to behave the same in every place I've used it. I can't say for sure that it is *exactly* equivalent, though.
Hmm, maybe <dtml-var expr="foo(_.None, _, REQUEST)"> is closer? -- ========================================================= Tres Seaver tseaver@palladion.com 713-523-6582 Palladion Software http://www.palladion.com