On Tuesday, November 11, 2014 10:59:19 AM UTC-5, Cliff Kachinske wrote: > > OK, except I have other apps where required=True works as expected, that > is, it causes a validation failure when the field is submitted empty. > > These other apps are running on the same Web2py instance, so this is > puzzling. >
Please show some code. I suspect the fields in question have default validators that already require values (e.g., reference fields). Setting required=True all by itself does not add a validator to the field. Anthony -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.

