From: Anthony E. <me...@an...> - 2003-05-02 12:18:39
|
FormProc version 1.3.1 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: REValidator now supports value arrays. Fixed ExampleApp so that is loads the form manager configuration. Fixed path so that it never attempts to resolve relative to the formproc.xml configuration. Changed Form.java to handle non-null FormValue objects with null value. For more information please visit http://www.formproc.org/ . |