// rendered on the page. So everything else should be rendered
// by now - ensure auto nav takes place.
// This call should NOT modify server state. Assuming the error was
// registered during render, the error should be visible on the same page.
errorManager().navToErrorAsNeeded(false, null, true);
AWErrorInfo error = errorManager().getHighLightedError();
if (error != null && error.getDisplayOrder() == AWErrorInfo.NotDisplayed) {
_highLightedError = error;
Log.aribaweb_errorManager.debug(
"PageErrorPanel: error displayed in the panel: %s", error.getMessage());
}
else {
_highLightedError = null;
}
}