j
k
j a
j l
Marty Stitt wrote:
def MyExternalMethod(self, PARMS): return self.TestZopeTime(REQUEST=self.REQUEST)
Hmmm... try the following: def MyExternalMethod(self, PARMS): return self.TestZopeTime(self,REQUEST=self.REQUEST) cheers, Chris
Back to the thread
Back to the list