[Zope] How to set a REQUEST variable inside a PythonMethod?

Evan Simpson evan@4-am.com
Tue, 9 Jan 2001 10:27:00 -0500


From: Juan Carlos Coruņa <jcoruna@umd.es>
> REQUEST.update({'NoRows': 4})
>
> and I tried:
>
> REQUEST['NoRows'] = 4
>
> and I tried:
>
> REQUEST.set('NoRows', 4)

That last one should have worked; The first two wouldn't.  Do you get an
error on the last one?

Cheers,

Evan @ digicool & 4-am