this is my code:

class MySchema(MappingSchema):
    name = SchemaNode(String(),
                      description = 'LONG_DESC')
    title = SchemaNode(String(),
                       widget =
widget.TextInputWidget(size=40,css_class='vvb'),
                       validator = Length(max=20),
                       description = 'LONG_DESC')

when i submit form , how to custom validator error message?

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" 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/pylons-discuss?hl=en.

Reply via email to