Perhaps I'm doing something wrong, but when I plug that in I'm getting: AttributeError: 'TestWidget' object has no attribute 'is_form'
I'm working in a virtualenv, and simply replacing the contents of site- packages/tw.forms-0.9.9... with the contents I pulled from Mercurial. Specifically: Module ?:4 in <Expression u'display_child(child)'> view Module tw.core.base:765 in display_child view >> return widget.display(value_for(widget), **child_kw) Module tw.core.base:539 in display view >> kw = self.prepare_dict(value, kw) Module tw.forms.core:237 in prepare_dict view >> if self.needs_values_from_request(): Module tw.forms.core:221 in needs_values_from_request view >> if w.is_form: AttributeError: 'TestWidget' object has no attribute 'is_form' On Jun 20, 11:27 am, Noah Davis <[email protected]> wrote: > Got it. I'll try to merge it in here soon and let you know if anything > explodes. Thanks again. > > On Jun 18, 8:07 am, "Diez B. Roggisch" <[email protected]> wrote: > > > > > > > > > Ah, forgot the link: > > > https://bitbucket.org/ableton/tw.forms > > > Diez -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/turbogears?hl=en.

