ZClasses: can't display properties
Next slight hitch with the alpha release... trying to view a new ZClass instance (first view set to property sheet display as in tutorial) http://mysite/zclass_instance/propertysheets/zclass_instance_info/manage <http://mysite/zclass_instance/propertysheets/zclass_instance_info/manage> gives <!-- Traceback (innermost last): File lib/python/ZPublisher/Publish.py, line 255, in publish_module File lib/python/ZPublisher/Publish.py, line 145, in publish File lib/python/ZPublisher/BaseRequest.py, line 273, in traverse File lib/python/OFS/PropertySheets.py, line 566, in __bobo_traverse__ AttributeError: zclass_instance_info --> This may be the same as "Zope Bug: ZClasses: clicking on 'propertysheet' gives error." but can't really tell from the one-liner. Anyway, looks like a great facility taking shape there, exactly the sort of thing I was looking for (is there some link between properties and XML elements brewing? Can't wait!) cheers Alex ---- EOF ########################################## This email, its content and any files transmitted with it are intended solely for the addressee(s) and may be legally privileged and/or confidential. Access by any other party is unauthorised without the express written permission of the sender. If you have received this email in error you may not copy or use the contents, attachments or information in any way. Please destroy it and contact the sender on the number printed above, via the Dresdner Kleinwort Benson switchboard on +44 171 623 8000 or via e-mail return. Internet communications are not secure unless protected using strong cryptography. This email has been prepared using information believed by the author to be reliable and accurate, but Dresdner Kleinwort Benson makes no warranty as to accuracy or completeness. In particular Dresdner Kleinwort Benson does not accept responsibility for changes made to this email after it was sent. Any opinions expressed in this document are those of the author and do not necessarily reflect the opinions of the Bank or its affiliates. They may be subject to change without notice. ##########################################
At 21:05 30/05/99 , Alex.Thomas@dresdnerkb.com wrote:
Anyway, looks like a great facility taking shape there, exactly the sort of thing I was looking for (is there some link between properties and XML elements brewing? Can't wait!)
There already is :) You can do WebDAV PROPFIND and PROPPATCH requests on objects, which will give you an XML rendering of all properties on an object, including ZClasses, and allows you to use XML to change the properties as well. See http://www.webdav.org/ for more information on WebDAV. -- Martijn Pieters, Web Developer | Antraciet http://www.antraciet.nl | Tel: +31-35-6254545 Fax: +31-35-6254555 | mailto:mj@antraciet.nl http://www.antraciet.nl/~mj | PGP: http://wwwkeys.nl.pgp.net:11371/pks/lookup?op=get&search=0xA8A32149 ------------------------------------------
participants (2)
-
Alex.Thomas@dresdnerkb.com -
Martijn Pieters