If I pass fill() a directory of form element names with the values I want, textboxes (and dropdowns) get filled in, but checkboxes remain unchanged.
I tried passing the values True and 'checked', all that happens is that it adds a value attribute, which does nothing. Is it supposed to work? I expected True/False to work as is the value a checkbox had in a validated form is a boolean. -- 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.
