something like this

db.define_table('t','SQLField('a'),SQLField('b'))
db.t.a.requires=IS_NOT_EMPTY()
db.t.b.requires=IS_EXPR('value==%s' % repr(request.vars.a))

a,b have to be not null and the same.

On Nov 26, 7:02 am, mmstud <[EMAIL PROTECTED]> wrote:
> How would you do such a validation, that when one field is filled, for
> should check, that another field is filled also? That means one field
> is dependent on another field.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to