Roger Rohrbach wrote: > I've got a Checkbox: > > doit = widgets.CheckBox(default=True) > > Regardless of whether I check or uncheck it, the value of the 'doit' > keyword argument to the controller method I specify as the form's > action is always True. > > This is in TurboGears 0.9a1. Is there any way to work around this? I > don't see anything in Trac that would indicate that this was ever a > bug, but it sure looks like one, and I simply cannot upgrade right > now...
I'm pretty sure I've fixed this bug: http://trac.turbogears.org/turbogears/changeset/1215 If you're going to patch your own copy please note that the fix was not perfect so I had to do other modifications: http://trac.turbogears.org/turbogears/changeset/1244 http://trac.turbogears.org/turbogears/changeset/1254 Ciao Michele --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

