Our server side code consists mostly of subclasses of SQLDataSource. What is the best pattern to follow when adding validation rules in this scenario? Should we override the validate() method, call super.validate() first and then do our own validations and add to the ErrorReport we return?
Announcement
Collapse
No announcement yet.
X
Comment