Sigh. Gun meet foot. I have my own subclass of Widget that is based rather than based. I accidently left the value attribute off of the tag in my subclass which didn't cause a problem until is_submitted changed behavior. Regardless, I do like the new behavior. Dave ------ David K. Hess Verscend Technologies, Inc. dhess@verscend.com 214-684-5448 On Nov 23, 2006, at 11:34 PM, David K. Hess wrote: > > Regarding this change: > >> Change semantics of form.is_submitted to be true if any widget >> name appears in the fields of the request. If the form has >> been submitted, form.is_submitted *modifies* the request fields >> as necessary to make sure that every widget of the form has a >> key in the fields dictionary. > > Doesn't that make it impossible to tell which SubmitWidget > submitted a form if it has more than one? > > I'm having better luck if I filter the request fields with: > > if widget.HTML_TYPE == 'submit': > continue > > Dave > > ------ > David K. Hess > Verscend Technologies, Inc. > dhess@verscend.com > 214-684-5448 > > > > _______________________________________________ > QP mailing list > QP@mems-exchange.org > http://mail.mems-exchange.org/mailman/listinfo/qp