25 Nov
1999
25 Nov
'99
10:12 a.m.
Evan Simpson wrote:
This needs a bit more context. Is this PythonMethod being called from another object, or is it the target of the request? I ask because the following works for me, if it is the target:
<params>self, REQUEST</params> print self.standard_html_header(self, REQUEST) print self.manage_tabs(self, REQUEST)
Thanks - that worked. -- Itamar S.T. itamars@ibm.net