18 Jul
2006
18 Jul
'06
9:12 p.m.
On 18 Jul 2006 19:12:54 -0000, barrett-zope@smithweb.us <barrett-zope@smithweb.us> 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