20 Feb
2006
20 Feb
'06
8:36 a.m.
Hello, from doing TTW I'm used to call methods on the object that is passed in by the "context" variable. I'm just writing my first fs based product and was wondering how I can get "context" from within a method? Of course I can try to construct it from self.REQUEST, but ... is this _THE_ way to do it? Greetings Roman
20 Feb
20 Feb
9:05 a.m.
New subject: [Zope] context in fs product
--On 20. Februar 2006 09:36:25 +0100 Roman Klesel <roman_plonemail@lotuseyes.de> wrote:
Of course I can try to construct it from self.REQUEST, but ... is this _THE_ way to do it?
'self' inside the a Zope product is the _same_ as 'context' or 'here' within ZPT or PythonScripts. -aj
7350
Age (days ago)
7350
Last active (days ago)
1 comments
2 participants
participants (2)
-
Andreas Jung -
Roman Klesel