FormProc version 0.2.2 is now available at http://formproc.sf.net/
FormProc is a 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.
ValidationResult constructors changed; the valid argument is no longer passed to the constructor, but is set depending on which constructor is called. ValidationResult can now maintain references to a Throwable which caused the validation failure. Added build-lib to final build (omitted from 0.2.1). Added nested Exceptions to the FormConfigurationException. Added JavaDoc documentation.
For more information please visit http://formproc.sf.net/ or contact Anthony Eden [me@anthonyeden.com].