Brennan Todd
2008-11-13 22:16:30 UTC
I raised this issue in the Pylons irc channel last week - but I have a
simple form with two radio buttons, validating with:
OneOf(['Y','N'],not_empty=True)
and if the user does not select one of the options, htmlfill throws up. You
can view the traceback here:
http://beta.pylonshq.com/tracebacks/314fac46-2a11-4669-9322-915b3bb97c24
The error message "Missing Value" is returned in FE 1.0.1.
You can find the whole irc discussion here:
http://pylonshq.com/irclogs/%23pylons/%23pylons.2008-11-05.log.html
(just search for brentodd).
Brennan Todd
simple form with two radio buttons, validating with:
OneOf(['Y','N'],not_empty=True)
and if the user does not select one of the options, htmlfill throws up. You
can view the traceback here:
http://beta.pylonshq.com/tracebacks/314fac46-2a11-4669-9322-915b3bb97c24
The error message "Missing Value" is returned in FE 1.0.1.
You can find the whole irc discussion here:
http://pylonshq.com/irclogs/%23pylons/%23pylons.2008-11-05.log.html
(just search for brentodd).
Brennan Todd