if (reporter == null) {
reporter = createMessagePane();
if (this.formModel != null) {
new SimpleValidationResultsReporter(formModel.getValidationResults(), reporter);
FormGuard formGuard = new FormGuard(formModel);
formGuard.addGuarded(this, FormGuard.FORMERROR_GUARDED);
}
}
return reporter;
}