I just posted this to launchpad (question 116043) I just switched from using Webpy's built-in webserver to using CGI with the build-in Apache on Max OSX. Things mostly work with the exception of checkboxes on a form. The checkboxes get their value from an integer field in a SQLITE database field. With the built-in webserver, everything works as expected (it has been for over a year). With Apache / CGI, even though the database field contains a 1 (verified using a SQLITE shell tool), the checkbox shows up un-checked. If I POST data from with checkboxes, the values posted are 0 regardless of whether or not the checkbox is checked.
Checkboxes behave correctly with the built in webserver. Text fields and drop down lists appear to work properly with either the built-in or the CGI webserver Webpy 0.34 Sqlite 3.6.12 Python 2.6.4 Max OSX 10.6.4 Safari 5.0 Apache 2.2.14 Thanks, Mark Erbaugh -- You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/webpy?hl=en.
