def update(self):
     ViewletManager.update(self)
     FormCanvas.update(self)
     self.updateForm()
 def __init__(self, context, request, view):
     ViewletManager.__init__(self, context, request, view)
     FormCanvas.__init__(self, context, request)