On Mon, Sep 29, 2003 at 11:16:59AM -0400, Anton Benard wrote: > 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. That's correct. I think the moral of the story is that Form.handle() is very high-level and may not be appropriate for all situations. Neil