[mod_python] using handler, no req.form

David Bear David.Bear at asu.edu
Fri Jun 15 01:45:32 EDT 2007


I'm using python handler. I wrote a simple function to return items in
posted form sent to the handler. However, modpython tells me there is
no req.form... well, more precisely:

mp_request object has no attribute form.

I thought a form object would be created by apache when a post method
was used. Is a req.form object only created when using publisher? I am
looking and some code I wrote a year ago that worked.. but I left it
for other project.

When using handler, where does the post data get put? 

-- 
David Bear
phone: 	602-496-0424
fax: 	602-496-0955
College of Public Programs/ASU
University Center Rm 622
411 N Central
Phoenix, AZ 85007-0685
 "Beware the IP portfolio, everyone will be suspect of trespassing"


More information about the Mod_python mailing list