hi all,
With web2py 1.88.* if you define something like
..
Field('myfield','string',requires=IS_NOT_EMPTY(error_message=T('my
message')),
..you don't get 'my message' after submitting an empty a SQLFORM (yes, I use if form.accepts...) but the default message. With older versions of web2py there is no problem (for example 1.167.2) I think this is connected to the same problem noticed in my other post 'bug or backward incompatibility for datetime fields' on October, 23 Marco

