durusmail: qp: Form.is_submitted() and Widget.parse()
Form.is_submitted() and Widget.parse()
2006-05-25
2006-05-25
2006-06-01
Form.is_submitted() and Widget.parse()
David Binger
2006-06-01
On May 25, 2006, at 11:10 AM, mario ruggier wrote:

> this is an old itch that keeps coming back when working with
> quixote/qp forms.


The next QP release will include some changes to the Form and Widget
classes
to address the issues Mario raised, since we notice the itch, now.
In short, the is_submitted() method of the Form will call the
(new) is_submitted() method on the widgets.

Also, the Form's id, if present, will be used to prefix the internal
name of widgets added to the form.  This should make it a little
easier to use multiple Forms on a page.


reply