Re: [web2py] Some help on validation

2011-12-15 Thread Javier Quarite
On Thu, Dec 15, 2011 at 10:09 PM, JavierQQ wrote: > > db.define_table('scale', Field('name','string'), > Field('group_id',db.groups) > Field('min_v','integer'), > Field('max_v','integer'), > Field('cat

[web2py] Some help on validation

2011-12-15 Thread JavierQQ
Hi, I'm just trying to use again web2py :) I'm in kind of a trouble (it's not a web2py problem, it's actually a validation question) I have a Scale model db.define_table('scale', Field('name','string'), Field('group_id',db.groups) Field('min_v','i