[mod_python] Blank form values are not showing up in my mod_pyton/mpservlets environments

Graham Dumpleton grahamd at dscpl.com.au
Fri Aug 26 23:59:39 EDT 2005


On 27/08/2005, at 1:19 PM, Scott Chapman wrote:

> Can anyone shed any light on why blank form elements are not  
> showing up in mod_python?

Would this help:

   form = util.FieldStorage(req,keep_blank_values=1)

See documentation:

   http://www.modpython.org/live/current/doc-html/pyapi-util-fstor.html

Graham
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mm_cfg_has_not_been_edited_to_set_host_domains/pipermail/mod_python/attachments/20050827/34d543fa/attachment.html


More information about the Mod_python mailing list