dataRow.addValue(e.getMessage(), new Double(0));
}
// finally adding dataRow to DataTable and fetching next row
// adding the extra table
dtblChart.addDataRow(dataRowChart);
dtbl.addDataRow(dataRow);
}
// a list of DataTables is expected as return Object, even if there is only one
// Data Table as it is here in this implementation