Hello,

There appears to be a bug with multiple field validators and
checkboxes of fom.py. The validator can't access the checkbox value
( e.g. lambda i: i.my_check_box <-- i.my_check_box is not accessible
instead we have to do i.get('my_check_box', False) )

Jo
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" 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/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to