How to set a REQUEST variable inside a PythonMethod?
9 Jan
2001
9 Jan
'01
2:48 p.m.
Hello all! I have another question related with PythonMethod. This time I tried: REQUEST.update({'NoRows': 4}) and I tried: REQUEST['NoRows'] = 4 and I tried: REQUEST.set('NoRows', 4) but without success. (I passed the REQUEST object in the parameter list.) Anybody has set a REQUEST variable from inside a PythonMethod?
9 Jan
9 Jan
3:27 p.m.
New subject: [Zope] How to set a REQUEST variable inside a PythonMethod?
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
9218
Age (days ago)
9218
Last active (days ago)
1 comments
2 participants
participants (2)
-
Evan Simpson -
Juan Carlos Coruña