
Generic class for handling HTML forms (validate, save the values when validation fail etc...)
You probably will want to use one of the subclass rather than this directly: ie: JOTGeneratedForm, JOTDBForm etc...

Generic class for handling HTML forms (validate, save the values when validation fail etc...)
You probably will want to use one of the subclass rather than this directly: ie: JOTGeneratedForm, JOTDBForm etc...
Or you can Subclass this directly for more control
Form objects provide easy parsing/validation of web forms