From: Anthony E. <me...@an...> - 2002-01-25 18:29:47
|
FormProc version 0.7 is now available at http://formproc.sf.net/ FormProc is an open source Java library designed to make handling and validating forms easy. Forms are represented as objects which manage a collection of form elements. Submitted data can be validated through several mechanisms including regular expressions, BSF supported scripting languages and custom Java classes. Added shared validators. Validators can now have locale sensitive error messages. Removed FormElement level error messages in favor of validator error messages. FormValidator is now an abstract base class. Removed AbstractFormValidator. All FormValidator implementations now extend from FormValidator. FormValidator.configure() method now final; implementations should override configureInternal() to do implementation-specific configuration. FormValidator instances can now be aquired from a single location: FormManager.getValidator(). Updated examples to demonstrate how shared validators work. Sincerely, Anthony Eden |