From: Anthony E. <me...@an...> - 2002-01-10 18:12:44
|
FormProc version 0.6 is now available at http://formproc.sf.net/ This release includes fixes for a large number of bugs in the 0.5 and 0.5.1 releases. 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. Removed XMLConstants interface which is no longer required. Removed references to this interface in all classes. Fixed numerous bugs from the 0.5.1 release. Replaced configuration with classes from EdenLib config package. Example of web app now packaged as a WAR for easy deployment. Example application now packaged as an executable JAR. Added script-root-type property to the ScriptFormValidator which can have a value of 'file' or 'classpath'. If file then the script-root is a file. If classpath then the script-root is relative to the classpath. Example apps both use ClassPathResourceLoader from EdenLib to load their configuration files. Changed age example field to use group validator with two nested validators. Fixed FormElement configuration bug (was sending wrong config object). |