Share

FormProc - Form Processing API

Project News for FormProc - Form Processing API

  • FormProc 1.3.1 Released

    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/ . You can also join the FormProc mailing list at http://lists.sourceforge.net/lists/listinfo/formproc-developer .

    2003-05-02 12:14:28 UTC by aeden

  • FormProc 1.3 Released

    FormProc version 1.3 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: FormManager now accepts a Commons VFS FileObject for loading configuration. Internally FormProc now uses Commons VFS for file system access. Fixed FormResult.getGroupErrorMessage() implementation. (Edgar Gonzalez). Added log.isDebugEnabled() before each log.debug() statement which requires string concatenation. All class loading is now done through the EdenLib ClassUtilities.

    For more information please visit http://www.formproc.org/ . You can also join the FormProc mailing list at http://lists.sourceforge.net/lists/listinfo/formproc-developer .

    2003-03-16 02:24:25 UTC by aeden

  • FormProc 1.2 Released

    FormProc version 1.2 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: Added missing JavaDoc package comments. Converted to Apache Commons Logging for logging. Moved fields to top of code to follow Sun standards. Updated copyright date. Converted all tabs to 4 spaces. Modified build scripts to take advantage of newer Ant features. Updated log4j to version 1.2.7.

    For more information please visit http://www.formproc.org/ . You can also join the FormProc mailing list at http://lists.sourceforge.net/lists/listinfo/formproc-developer .

    2003-02-10 19:53:05 UTC by aeden

  • FormProc 1.1 Released

    FormProc version 1.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: FormConfiguration, FormElement and FormElementGroup are now interfaces. Added abstract base classes for new interfaces. Moved default FormConfiguration implementation to org.formproc.config.XMLConfiguration. Created default implementations of the FormElement and FormElementGroup interfaces in the org.formproc.form package. Added setFormConfiguration() method to FormManager. Added BasicFormElement and BasicFormElementGroup classes which provide a means for configuring elements and groups programmatically. Added REValidator constructor which takes a pattern string as an argument. Added support for handling parameter arrays in HttpServletRequest parameters.

    For more information please visit http://www.formproc.org/ . You can also join the FormProc mailing list at http://lists.sourceforge.net/lists/listinfo/formproc-developer .

    2002-11-08 19:01:37 UTC by aeden

  • FormProc 1.0 Released

    FormProc version 1.0 is now available at http://www.formproc.org/ .

    Thank you to all who have contributed to FormProc.

    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 handling of null and empty values. Conversion skipped if value is null while the store mechanism will try to handle null values. Added optional flag to FormElement. Added ValidationResult.getValidator() method. Added originalData Map to FormResult. Added getOriginalValue() and getOriginalValueAsString() to FormResult. Added methods for getting messages for specific fields. Fixed NPE in IsIntRule. Fixed error on null in PasswordValidator.py. Fixed potential NPE in Form class. Added LongConverter implementation. Added missing JavaDoc comments. Removed ant libraries and build scripts. You must now have ant installed to build FormProc from source.

    For more information please visit http://www.formproc.org/ . You can also join the FormProc mailing list at http://lists.sourceforge.net/lists/listinfo/formproc-developer .

    2002-06-17 16:34:07 UTC by aeden