From: Anthony E. <me...@an...> - 2002-05-20 17:11:12
|
FormProc version 1.0b2 is now available at http://www.formproc.org/ 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: Added pluggable message providers for FormElement messages and validator error messages. Provided two implementations which support previous message types (inline and ResourceBundles). Added support for default values in form elements. If no value is submitted the default value will be used instead. Added annotated configuration files to the documentation. Added comments to DTDs. Added and improved more JavaDoc comments. Updated Guide with new features. Updated Overview. Sincerely, Anthony Eden |