[Zope] Returning an html page using a python script

Chris Withers chrisw@nipltd.com
Tue, 03 Sep 2002 10:08:02 +0100


Ausum Studio wrote:
> 1. Create a python script with the parameters you'll use, at the Parameters
> list
> 
> 2. Try this script:
> 
> editForm = context.editForm
> print editForm(fill parameters values here)
> return printed

I'd go with Max's version ;-)

Chris