Another Form generator
Package:
Summary:
Generate and validate forms
Groups:
Author:
Description:
This package can be used to generate and validate HTML forms.
The main class can add inputs of the basic types to the composition of the form and generates HTML to present the form.
It can also assign different types of validation rules to verified by a separate class for each input.
Each input may have its own label and error messages to present when the validation rules are not satisfied.
The main class can add inputs of the basic types to the composition of the form and generates HTML to present the form.
It can also assign different types of validation rules to verified by a separate class for each input.
Each input may have its own label and error messages to present when the validation rules are not satisfied.
Comments are closed.