From: Anthony E. <ae...@si...> - 2002-02-22 15:40:47
|
Greetings all, I am currently making changes to FormProc which will break existing code if: a.) You have written your own validator classes which extend from FormValidator b.) You are using the ValidationResult.getFormData() method These changes are necessary in order to further abstract validators to support both validators which work on a single FormElement as well as validators which work on a FormElementGroup. In addition, I am using this time to try and make the class naming a bit clearer (i.e. FormValidator becomes FormElementValidator, since that is what it really is.) Any major objections? Sincerely, Anthony Eden |