web/views/basecontrollers.py
branchstable
changeset 1868 af1ae863606d
parent 1857 46f975203f4f
child 1889 874a055c373b
--- a/web/views/basecontrollers.py	Tue May 19 13:21:29 2009 +0200
+++ b/web/views/basecontrollers.py	Tue May 19 14:31:42 2009 +0200
@@ -208,7 +208,7 @@
         self.req.set_content_type('text/html')
         jsarg = simplejson.dumps( (status, args) )
         return """<script type="text/javascript">
- window.parent.handleFormValidationResponse('entityForm', null, %s);
+ window.parent.handleFormValidationResponse('entityForm', null, null, %s);
 </script>""" %  simplejson.dumps( (status, args) )
 
     def validation_error(self, err):