[Zope-dev] getting request variables values
Chris Withers
chrisw@nipltd.com
Fri, 21 Jul 2000 00:22:47 +0100
Evan Simpson wrote:
> 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'].
Heh, I thought so, I presume REQUEST.get won't get out of environ
either?
I posted this in the collector and was told it behaved as expected (and
would suck the key out of any of the sub-dictionaries)
What's the real story? ;-)
cheers,
Chris