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:
helmutm 2008-03-14 07:23:02 +00:00
parent 24af73ca1f
commit a3b17ec3c0

View file

@ -39,6 +39,7 @@ class Controller(object):
self.view = view = context # the controller is adapted to a view
self.context = context.context
self.request = request
self.params = Jeep()
self.configure()
#self.view.setupController()
self.view.controller = self # notify the view