On Apr 2, 2010, at 5:14 PM, mdipierro wrote: > db.table.field1.requires=IS_NULL_OR(IS_IPV4()) > db.table.field2.requires=IS_NULL_OR(IS_IPV4()) if request.vars.field1 > else IS_IPV4()
Ah, that's the one I remember. Now I have to decide between this approach and Yarko's. Nice to have two.... > > On Apr 2, 10:32 am, Jonathan Lundell <[email protected]> wrote: >> I think I've seen an answer to this one, but I can't find it. >> >> I've got a form with two Field's, both IS_IPV4(). The validation I'm after >> is that one or both must be present; the only invalid case is both of them >> null. >> >> How do I write that? -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected]. 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.

