It works like a charm. :) Thanks a lot for your help guys. I would have never figured it out by myself!
Have a wonderful Friday! David On 12 October 2012 00:34, Niphlod <niph...@gmail.com> wrote: > you're overridding the default validator (IS_DATE*) with IS_NOT_EMPTY.... > > replacing this line > db.news.date_local.requires = IS_NOT_EMPTY() > with > db.news.date_local.requires.append(IS_NOT_EMPTY()) > > should work. > > -- > > > > --