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
Neil Schemenauer
2003-09-29
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

reply