[Zope-dev] getting request variables values

Evan Simpson evan@4-am.com
Thu, 20 Jul 2000 19:04:11 -0400


The value you're after is stored in the 'environ' section of the request.
Unlike 'other' and 'cookies' keys, 'environ' keys can't generally be fetched
as attributes or keys of REQUEST.  You need to access them as
REQUEST.environ['keyname'].

Cheers,

Evan @ digicool & 4-am