[Zope] How to edit the dtml-document properties with a webform ?
Chris Withers
chris at simplistix.co.uk
Thu Jan 22 06:11:10 EST 2004
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
More information about the Zope
mailing list