durusmail: quixote-users: Passing values to a form
Passing values to a form
[PATCH] form.Form.form_submitted
2003-09-28
2003-09-29
Passing values to a form
Mark Bucciarelli
2003-09-28
On Saturday 27 September 2003 11:22 pm, Mark Bucciarelli wrote:
> However, I don't have any clever suggestions for how
> to do it differently.

One approach would be to change the Form.form_submitted(request) to be a bit
smarter.  It could return true only if the form data includes info on all
widgets (expect checkboxes, which may not be included if there is no value?)

Regards,

Mark

reply