diff -r 2cfd50c8a415 -r 78b0819162a8 web/views/cwproperties.py --- a/web/views/cwproperties.py Tue May 12 11:49:30 2009 +0200 +++ b/web/views/cwproperties.py Tue May 12 11:56:12 2009 +0200 @@ -339,5 +339,5 @@ self.widget = wdg -uicfg.rfields.tag_attribute('CWProperty', 'pkey', PropertyKeyField) -uicfg.rfields.tag_attribute('CWProperty', 'value', PropertyValueField) +uicfg.autoform_field.tag_attribute(('CWProperty', 'pkey'), PropertyKeyField) +uicfg.autoform_field.tag_attribute(('CWProperty', 'value'), PropertyValueField)