Hi I think i have tried almost all, and i still can't solve a simple problem. I have made a ZClass with some extra properties, and I have to make a form in a DTMLMethod which can change the values of the properties. I have made the form and have tried to make the "update-script" like this: <dtml-var standard_html_header> <dtml-call "propertysheets.zpro.manage_changeProperties({'beskrivelse':'new_beskriv else'})"> <dtml-var standard_html_footer> There are no errors, but the property is not changed. What am i doing wrong??? Thank's in advance Jens Bjerre
Jens JB. Bjerre wrote:
<dtml-call "propertysheets.zpro.manage_changeProperties({'beskrivelse':'new_beskrivelse'})">
There are no errors, but the property is not changed.
I don't know if thats the problem, but manage_changeProperties(beskrivelse='new_beskrivelse') is a simpler syntax, and I know it works. :)
Lennart Regebro wrote at 2003-3-25 12:05 +0100:
Jens JB. Bjerre wrote:
<dtml-call "propertysheets.zpro.manage_changeProperties({'beskrivelse':'new_beskrivelse'})">
There are no errors, but the property is not changed.
"manage_changeProperties" will silently ignore properties it does not know. Dieter
participants (3)
-
Dieter Maurer -
Jens JB. Bjerre -
Lennart Regebro