From: Anthony E. <me...@an...> - 2002-01-08 03:44:15
|
FormProc version 0.5 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 constructors to HttpForm with the same signatures as the Form constructors. Form elements can now be defined without a validator. If no form element for a particular form field is found, then the form data is considered valid. Added a FormValidatorGroup class which is collection of FormValidator objects which must all evaluate to true in order for the field data to be valid. Removed formproc name space from all XML configuration files. Added Configuration class which replaces the use of JDOM Element objects for configuration in Validators. Form configuration paths can be relative to main form configuration file (contributed by JD Evora). For more information please visit http://formproc.sf.net/ or contact Anthony Eden [me...@an...]. |