It would be very practical to define validating methods in classes
subclassing GenericForwardComposer so that one could define a method like
this:
public void onValidate$componentName(Component arg0, Object arg1) {
// Da validation
}
This way one must not define a lot of classes to validate each field of a
form, that is very unpractical for large applications
Nobody/Anonymous
General
None
Public