hi there, I noticed that when I use the IS_NOT_EMPTY() validator on a boolean field (i.e. a form checkbox) that it will not allow me to submit the form with this field as "not checked" / "unticked". In my opinion, this is a wrong interpretation of what is an empty value, since a checkbox can only represent True or False and therefore it's never empty. The consequence of using this behaviour for the IS_NOT_EMPTY*() validator is that we are forcing users to choose True on a widget that is meant to provide a boolean choice between True OR False, so the whole purpose of this user interface widget, is lost. I only tested this with SQLFORM.factory() though.
Am I missing something? Francisco -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.