// ---------------------------------------------------------------------------------
Debug.logVerbose("Data matrix before display: " +
dataMatrix.getCurrentBuffer().getContents().toString(), module);
String displayHtml = uiWebScreenSection.display(dataMatrix, action,
queryId, isSubsection, tabOffset);
if (TIMER) {
timer.timerString("[GenericWebEventProcessor.processEvents] End");
}