Changing the properties contained in the default PropertySheets
11 Dec
2002
11 Dec
'02
3:18 p.m.
I have created a custom view for the properties of my python product object. I allow the user to change the properties in the custom form. After the user if finished editing the properties, he clicks on the Save Changes button. This calls on a dtml method that calls the manage_changeProperties(REQUEST) function. However, the changes are never made to the actual properties of the object. I have tried several different ways and still fail. I would greatly appreciate any guidance provided. Stacy
13 Dec
13 Dec
9:18 p.m.
New subject: [Zope] Changing the properties contained in the default PropertySheets
Stacy Roberts Ladnier writes:
.. What do you mean with "default PropertySheet[s]".
If it is indeed a PropertySheet, you must use <instance>.propertysheets.<sheetname>.manage_changeProperties(...) Dieter
8515
Age (days ago)
8517
Last active (days ago)
1 comments
2 participants
participants (2)
-
Dieter Maurer -
Stacy Roberts Ladnier