[Zope3-Users] Passing Form Data (was Searching Content Objects)

Benji York benji at zope.com
Fri Jul 29 14:25:33 EDT 2005


Jim Vine wrote:
> 1. Where should I be looking for documentation on how
> to use self.request.get?

As has been noted, request is a mapping, so Python's mapping 
documentation would be a good place to start: 
http://docs.python.org/lib/typesmapping.html

> 2. What is the equivalent way of getting arguments
> from POST methods? (I guessed self.request.post, but
> that didn't seem to work).

GET vs. POST is (mostly) transparent to your code.  See the answer to 1.
-- 
Benji York
Senior Software Engineer
Zope Corporation


More information about the Zope3-users mailing list