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?


_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to