[Zope-CMF] regarding REQUEST

2007-09-12 Thread mrajasekhar
def fun1(self): REQUEST=self.REQUEST fun2=self.veiws.fun3 return fun2(self,REQUEST=REQUEST) what is the meaning of REQUEST=self.REQUEST in the above function.what is it doing and iam returning fun2 to the browser please explain me in detail

Re: [Zope-CMF] regarding REQUEST

2007-09-12 Thread robert rottermann
mrajasekhar schrieb: def fun1(self): REQUEST=self.REQUEST fun2=self.veiws.fun3 return fun2(self,REQUEST=REQUEST) what is the meaning of REQUEST=self.REQUEST in the above function.what is it doing and iam returning fun2 to the browser please explain me in detail

Re: [Zope-CMF] regarding REQUEST

2007-09-12 Thread Andreas Jung
--On 12. September 2007 12:07:54 +0530 mrajasekhar [EMAIL PROTECTED] wrote: def fun1(self): REQUEST=self.REQUEST fun2=self.veiws.fun3 return fun2(self,REQUEST=REQUEST) what is the meaning of REQUEST=self.REQUEST The REQUEST is always available as part of the current