icook / yota

Flexible Python web forms with asynchronous validation
Other
33 stars 3 forks source link

Allow default validation methods per Node #82

Open icook opened 11 years ago

icook commented 11 years ago

Functionality can be provided by blueprints as is, but this might be a nice extra feature. Essentially have the validation method check to see if the node implements method "validate" and if it does then run it. Similar to one-off validation for forms, but different use pattern.