21 Dec
2000
21 Dec
'00
10:28 p.m.
Andy McKay writes:
This is just an annoying namespace issue: - I'm calling SQL methods from External Methods by <dtml-var create_index_ext>. - I can then call a SQL method by calling self.sql_method() You can pass to a Z SQL method either a single dictionary (positional) argument or a sequence of keyword arguments.
Thus, you may use: self.sql_method(self.REQUEST) Dieter