pedro,

those '5' scores will not validate using requires=IS_IN_SET
(['-','0','1','2','3','4','5+'])
'5' is not in the set.
you should be getting a "value not allowed!" message for each field.

> My request.vars has this:
> <Storage {'t1score2': '5', 't1score1': '5', '_formname': 'default',
> 't2score1': '5', '_formkey': '269539891568', 't2score2': '5'}>

--~--~---------~--~----~------------~-------~--~----~
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 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to