Jorge Godoy wrote:
If there could be two handlers (one for form validation and another for exceptions), this would be great and make the logic easier to code something specific for each application.
You can have as many handlers as you like, since error handlers are generic functions (via RuleDispatch [1]).
[1] http://www-128.ibm.com/developerworks/library/l-cppeak2/index.html

