From: Juan Carlos Coruña <[EMAIL PROTECTED]>
> 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


_______________________________________________
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