added 'params' attribute to controller
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@2453 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
24af73ca1f
commit
a3b17ec3c0
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ class Controller(object):
|
||||||
self.view = view = context # the controller is adapted to a view
|
self.view = view = context # the controller is adapted to a view
|
||||||
self.context = context.context
|
self.context = context.context
|
||||||
self.request = request
|
self.request = request
|
||||||
|
self.params = Jeep()
|
||||||
self.configure()
|
self.configure()
|
||||||
#self.view.setupController()
|
#self.view.setupController()
|
||||||
self.view.controller = self # notify the view
|
self.view.controller = self # notify the view
|
||||||
|
|
Loading…
Add table
Reference in a new issue