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
_______________________________________________
Zope-Dev maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope )