From: Anthony E. <ae...@si...> - 2002-04-11 21:56:54
|
FormProc version 1.0b1 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: Improved localization support. Default validator, storer and type can be specified in each form's configuration. TypeConverter.loadConfiguration() and Storer.loadConfiguration() methods are now executed when the TypeConverter or Storer is loaded. Configuration formproc.xml now supports an include tag for including other configuration files. Shared validators are now cloned when FormElements are configured so that overriding works properly. Error and message lang attribute no longer required. Validator error tag and element message tag both support resource bundles. Error and messages which use the inline message form (i.e. the message is defined in the configuration) will fall back to the messages defined without a lang attribute if the given language is not found. For more information please visit http://www.formproc.org/ or contact Anthony Eden [me...@an...]. You can also join the FormProc mailing list at http://lists.sourceforge.net/lists/listinfo/formproc-developer Sincerely, Anthony Eden |