On Sun, Sep 28, 2003 at 09:54:34AM -0400, Mark Bucciarelli wrote: > 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?) I don't think that is a reliable test. If I'm not mistaken multiple select widgets can have no value in the request when a form is submitted. This should not mean the form is not submitted, it means the form is submitted and nothing was selected. - Anton