[web2py] Validators with Dependencies

2010-09-17 Thread Omri
Hello, I'm writing a relatively big database application. A small part of it requires me to handle lists of values, where every list can only exist once, and where each item in the list can only exist once (but different lists can have items named the same way). A simplified model is:

[web2py] validators with dependencies

2010-06-27 Thread Alastair Medford
Alright, I'm burned out on trying to solve this. I'm trying to make a form that checks if two fields match, like password + verify password. I noticed in the book that there's an example of this, but I can't seem to get it working. The code given is as follows (this is with a typo correction, a