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

Dieter Maurer dieter@handshake.de
Tue, 9 Jan 2001 21:34:39 +0100 (CET)


=?iso-8859-1?Q?Juan_Carlos_Coru=F1a?= writes:
 > REQUEST.update({'NoRows': 4})
REQUEST.other.update({'NoRows': 4})
 > REQUEST.set('NoRows', 4)
This, too, should work, as Evan already said.


Dieter