I couldn't reproduce this behavior.  When I try to make such assignement (myObject.title='The new title'), Zope returns this message

attribute-less object (assign or del)

I'm using
Zope 2.7.6-final, python 2.3.4.

Jose Henrique

2006/7/18, Martijn Pieters <[EMAIL PROTECTED]>:
On 18 Jul 2006 19:12:54 -0000, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> Why, given an object called myObject with a title property, can I not change the title by saying simply:
>
> myObject.title='The new title'

You can. Property sheets are aimed at ease of changing through the
web; it is a simple schema for simple properties.

--
Martijn Pieters
_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )

_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to