-
I'll call this a feature request. And mgedmin (if you're listening), yes.
2009-12-30 07:12:50 UTC by desmaj
-
All tests seem to be passing now, so I'll close this.
2009-12-30 07:11:25 UTC by desmaj
-
This is a duplicate of ticket #2799713.
2009-12-30 06:32:44 UTC by desmaj
-
This looks like a feature request.
2009-12-30 06:08:38 UTC by desmaj
-
I've included some tests (tests/test_schema.py:TestAtLeastOneCheckboxIsChecked) that illustrate a working approach. If this doesn't address the reporter's problem, please reopen this ticket.
2009-12-30 05:38:30 UTC by desmaj
-
This was addressed by the addition of the force_defaults flag to htmlfill.render.
2009-12-30 04:56:13 UTC by desmaj
-
The patch is applied in http://bitbucket.org/ianb/formencode/changeset/1b2dfee3b1d5/. Thanks for the report and patch!
2009-12-30 04:53:54 UTC by desmaj
-
since 1.2.2 it would be good to update the docs and stress that that @validate in pylons needs to get force_defaults=False, to prevent htmlfill from wiping out the _auth_token field value, right now its very unintuitive to fix that problem because one needs to read the souce to see that the token value gets removed from POST by @authenticate_form.
2009-12-29 18:24:29 UTC by nobody
-
Issue:
When force_defaults=False, htmlfill ignores defaults provided for
elements.
Expected:
When force_defaults=False,
any field that has a default should be set to that default,
and any field without a default specified should be left alone.
Actual:
htmlfill ignores defaults provided for option elements when
force_defaults=False...
2009-12-27 20:29:32 UTC by nobody
-
The docstring for Set mentions ForEach(convertToList=True), but it's ForEach(convert_to_list=True).
2009-11-21 11:51:47 UTC by nobody