{
super.renderResponse(requestContext, component);
AWTDataTable datatable = (AWTDataTable)env().peek(AWTDataTable.EnvKey);
Object tableItem = (datatable != null)
? datatable.displayGroup().currentItem() : null;
// keep track of the table association information.
// used later to auto scroll to an error in the table.
if (tableItem != null) {
Object[] errorKeys = AWErrorManager.getErrorKeyFromBindings(this);