web/component.py
changeset 7536 29961a416faa
parent 7326 6c603d0fb2c7
parent 7516 9989b69e2a19
child 7879 9aae456abab5
--- a/web/component.py	Fri Jun 17 18:50:13 2011 +0200
+++ b/web/component.py	Fri Jun 17 18:53:33 2011 +0200
@@ -440,7 +440,6 @@
         params.pop('view', None)
         params.pop('entity', None)
         form = params.pop('formparams', {})
-        form['pageid'] = self._cw.pageid
         if entity.has_eid():
             eid = entity.eid
         else: