You need to register the IBody adapter for your content object. For example, see the GenericSetup/PythonScripts/configure.zcml, which has:<configure xmlns="http://namespaces.zope.org/zope" xmlns:five="http://namespaces.zope.org/five" > <adapter factory=".exportimport.PythonScriptBodyAdapter" provides="Products.GenericSetup.interfaces.IBody" for=".interfaces.IPythonScript Products.GenericSetup.interfaces.ISetupEnviron" /> ... Tres. - --
thanks a lot I see I have to dig into Five first. How does Five know, that it should read my config file ? robert
begin:vcard fn:robert rottermann n:rottermann;robert email;internet:[EMAIL PROTECTED] tel;work:031 333 10 20 tel;fax:031 333 10 23 tel;home:031 333 36 03 x-mozilla-html:FALSE version:2.1 end:vcard
_______________________________________________ Zope-CMF maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope-cmf See http://collector.zope.org/CMF for bug reports and feature requests
