[Zope] REQUEST weirdness . . .

Christopher J. Kucera ckucera@globalcrossing.com
Mon, 03 Apr 2000 13:37:01 -0500


Michel Pelletier wrote:
> I guess you can try waiting for the next main trunk release, or you can
> modify your record objects to support a mapping interface just like the
> CVS does.  It's a very simple class in the
> lib/python/ZPublisher/HTTPRequest.py module.  This is probably the
> simplest solution to your problem.

Thanks bunches for the info . . .

FYI (and in case anyone else wants to do things like this), instead of
actually modifying the class, I ended up just using an External Python
Method (actually, it's still an XXX Method, but that'll change. *grin*)
that uses item.__dict__ to find what it needs.

Thanks again!
-CJ