11 Jan
1999
11 Jan
'99
11:31 p.m.
jim fulton <jim.fulto-@digicool.com> wrote: Original Article: http://www.egroups.com/list/zope/?start=1059
This is not an unreasonable approach, however, if you take this approach, you will lose the automagic calling of methods.
If zoot is a (non-document-template) method, then
<!--#if zoot-->
is the same as:
<!--#if "zoot()"-->
not
<!--#if "zoot"-->
If zoot is a document template, then:
<!--#if zoot-->
is equivalent to:
<!--#if "zoot(None,_)"-->
The automagical stuff doesn't seem to be working for me. First I tried <!--#in subfolder.sql_method--> and an error occurred. Then I tried <!--#in "subfolder.sql_method()"--> and it worked correctly. This was using the Linux binary distribution. Michael Grinder