From: Anthony E. <me...@an...> - 2002-06-17 16:36:07
|
FormProc version 1.0 is now available at http://www.formproc.org/ . Thank you to all who have contributed to FormProc. This release is largely due to the valuable feedback provided by FormProc users and contributors. 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. This release includes the following changes: Improved handling of null and empty values. Conversion skipped if value is null while the store mechanism will try to handle null values. Added optional flag to FormElement. Added ValidationResult.getValidator() method. Added originalData Map to FormResult. Added getOriginalValue() and getOriginalValueAsString() to FormResult. Added methods for getting messages for specific fields. Fixed NPE in IsIntRule. Fixed error on null in PasswordValidator.py. Fixed potential NPE in Form class. Added LongConverter implementation. Added missing JavaDoc comments. Removed ant libraries and build scripts. You must now have ant installed to build FormProc from source. For more information please visit http://www.formproc.org/ . You can also join the FormProc mailing list at http://lists.sourceforge.net/lists/listinfo/formproc-developer . |