Hi, I'm trying to solve edit problem of Formulator with this example, but no luck, and getting below error message. this is the example http://mail.python.org/pipermail/zope/2002-March/110292.html anyone know? ismet ---------------------------------------------------------------------------- -------- Error There has been an error while publishing this resource. Error Type: AttributeError Error Value: GivenName ---------------------------------------------------------------------------- ---- Troubleshooting Suggestions The URL may be incorrect. The parameters passed to this resource may be incorrect. A resource that this resource relies on may be encountering an error. For more detailed information about the error, please refer to the HTML source for this page. If the error persists please contact the site maintainer. Thank you for your patience. Traceback (innermost last): File /var/www/zope/zope251/lib/python/ZPublisher/Publish.py, line 150, in publish_module File /var/www/zope/zope251/lib/python/ZPublisher/Publish.py, line 114, in publish File /var/www/zope/zope251/lib/python/Zope/__init__.py, line 159, in zpublisher_exception_hook File /var/www/zope/zope251/lib/python/ZPublisher/Publish.py, line 98, in publish File /var/www/zope/zope251/lib/python/ZPublisher/mapply.py, line 88, in mapply (Object: contact_edit) File /var/www/zope/zope251/lib/python/ZPublisher/Publish.py, line 39, in call_object (Object: contact_edit) File /var/www/zope/zope251/lib/python/OFS/DTMLMethod.py, line 127, in __call__ (Object: contact_edit) File /var/www/zope/zope251/lib/python/DocumentTemplate/DT_String.py, line 473, in __call__ (Object: contact_edit) File /var/www/zope/zope251/lib/python/DocumentTemplate/DT_Let.py, line 76, in render (Object: me="this()") File /var/www/zope/zope251/lib/python/DocumentTemplate/DT_In.py, line 695, in renderwob (Object: form.get_groups()) File /var/www/zope/zope251/lib/python/DocumentTemplate/DT_Let.py, line 76, in render (Object: group=sequence-item) File /var/www/zope/zope251/lib/python/DocumentTemplate/DT_In.py, line 695, in renderwob (Object: form.get_fields_in_group(group)) File /var/www/zope/zope251/lib/python/DocumentTemplate/DT_Let.py, line 76, in render (Object: field=sequence-item) File /var/www/zope/zope251/lib/python/DocumentTemplate/DT_Util.py, line 159, in eval (Object: _.getattr(me, field.id)) (Info: me) File <string>, line 2, in f File /var/www/zope/zope251/lib/python/DocumentTemplate/DT_Util.py, line 81, in careful_getattr File /var/www/zope/zope251/lib/python/AccessControl/DTML.py, line 29, in guarded_getattr (Object: contact_edit) File /var/www/zope/zope251/lib/python/AccessControl/ZopeGuards.py, line 47, in guarded_getattr (Object: contacts) AttributeError: (see above)