Does anyone have a FormEncode-based validator for dicts (or mapping in
general) ? Something that can be used as:
@validate(validators={'name2email':
MappingValidator(key=validators.String(not_empty=True),
value=validators.Email())})
def register(self, name2email):
pass
Or maybe there is a better idiom for this ?
George
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" 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/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---