On Sep 14, 5:11 am, Anand Chitipothu <[email protected]> wrote:
> Try now. Fixed both.

I checked this code and I can't validate specific form with it:

import web.form
form = web.form.Form(
    web.form.Checkbox('chk', checked=True))
form.validates({'chk':None})
print form.d.chk

It always prints True, value put to validates() is not important.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to