web/views/cwproperties.py
changeset 2046 8fce2d25853c
parent 2005 e8032965f37a
child 2048 5e4d1433b90b
--- a/web/views/cwproperties.py	Thu Jun 04 10:54:13 2009 +0200
+++ b/web/views/cwproperties.py	Fri Jun 05 09:13:49 2009 +0200
@@ -212,7 +212,7 @@
         else:
             label = key
         subform = self.vreg.select_object('forms', 'base', self.req, entity=entity,
-                                     set_error_url=False)
+                                     set_error_url=False, set_dom_id=False)
         subform.append_field(PropertyValueField(name='value', label=label,
                                                 eidparam=True))
         subform.vreg = self.vreg