This package can be used to generate and validate HTML forms.
There is a main class to generate and validate the form. There are also several other classes that wrap the implementation of the form elements like: text boxes, static text, text area, date list, object, file, select and hidden inputs.
The class can automatically display the whole form in an HTML table or display all inputs and labels in separate paragraph lines.
The class can also validate all inputs according to rules defined when the respective objects were created. |