Hello all, I would like to call the manage_editProperties Method from a Page with a Form without ending up in the Zope Management Interface. Is this possible somehow ? Thanks, Volker
Property ValuesIt won't redirect you to any place if you call it from a PythonScript, excluding the REQUEST object as one of its parameters. You just need to point your form's 'action' attribute to a new script that performs 'manage_editProperties' according to your needs. Ausum ----- Original Message ----- From: volker.wend@efgbsh.de To: zope@zope.org Sent: Monday, December 02, 2002 10:43 AM Subject: [Zope] Property Values Hello all, I would like to call the manage_editProperties Method from a Page with a Form without ending up in the Zope Management Interface. Is this possible somehow ? Thanks, Volker
volker.wend@efgbsh.de wrote:
Hello all,
I would like to call the manage_editProperties Method from a Page with a Form without ending up in the Zope Management Interface. Is this possible somehow ?
Hi Volker, Please send no HTML-Mails to this list... Why do you want to call manage_editProperties? If you want to add properties, use manage_addProperty, if you want to change the propertyValues use manage_changeProperties. -mj -- German Zope User Group http://www.dzug.org/
participants (3)
-
Ausum Studio -
Maik Jablonski -
volker.wend@efgbsh.de