[mod_python] PSP FieldStorage

Diener, Edward Edward.Diener at loyaltyworks.com
Thu May 20 16:30:07 EDT 2004


In my PSP code I reference the global form object, which is created as a
FieldStorage object I believe with keep_blank_values set to False. In my
form I need to access the names of my check boxes in a generic way
whether or not they are checked. With keep_blank_values set to False,
when a check box is not checked, the name of the check box never shows
up in the form object. How do I reference a form object in my PSP code
so that it is created with keep_blank_values set to True ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://modpython.org/pipermail/mod_python/attachments/20040520/58001ed2/attachment.html


More information about the Mod_python mailing list