Menu

FormProc 0.7 Released

FormProc version 0.7 is now available at http://formproc.sf.net/

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.

Added shared validators. Validators can now have locale sensitive error messages. Removed FormElement level error messages in favor of validator error messages. FormValidator is now an abstract base class. Removed AbstractFormValidator. All FormValidator implementations now extend from FormValidator. FormValidator.configure() method now final; implementations should override configureInternal() to do implementation-specific configuration. FormValidator instances can now be aquired from a single location: FormManager.getValidator(). Updated examples to demonstrate how shared validators work.

For more information please visit http://formproc.sf.net/ or contact Anthony Eden [me@anthonyeden.com]. You can also join the FormProc mailing list at http://lists.sourceforge.net/lists/listinfo/formproc-developer

Posted by Anthony Eden 2002-01-25

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.