On Dec 10, 5:07 pm, Tzury Bar Yochay <[EMAIL PROTECTED]> wrote:
> validators = [
> form.Validator("Passwords did't match", lambda i: i.password
> == i.password2),
> form.Validator("Username too short", lambda i: len(i.username)
> <=3)]
Got it. Thanks Tzury. :)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web.py" 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/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---