How to edit the dtml-document properties with a webform ?
21 Jan
2004
21 Jan
'04
9:37 p.m.
Hello, I use a moddified (guestbook example) script to create a news item through a web form. But how can I change the property's of a dtml documetn with a webform ? Greetings, Martin Koekenberg
22 Jan
22 Jan
11:11 a.m.
New subject: [Zope] How to edit the dtml-document properties with a webform ?
Martin Koekenberg wrote:
Hello,
I use a moddified (guestbook example) script to create a news item through a web form. But how can I change the property's of a dtml documetn with a webform ?
have it submit to a Python Script. That script can then manipulated properties on documents: context.my_doc.manage_changeProperties(myprop=new_value, ..etc..) cheers, Chris
8110
Age (days ago)
8111
Last active (days ago)
1 comments
2 participants
participants (2)
-
Chris Withers -
Martin Koekenberg