web/component.py
branchstable
changeset 7516 9989b69e2a19
parent 6987 d62d4ba5ef3e
child 7536 29961a416faa
--- a/web/component.py	Wed Jun 15 17:34:23 2011 +0200
+++ b/web/component.py	Wed Jun 15 19:15:55 2011 +0200
@@ -410,7 +410,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: