for (int i = 0, sz = rowData.getCurrentRowSpan(); i < sz; i++)
{
// start the row
writer.startElement(XhtmlConstants.TABLE_ROW_ELEMENT, null);
renderSingleRow(fc, arc, tContext, (UIComponent) tableBase);
rowData.incCurrentSubRow();
// end the row
writer.endElement(XhtmlConstants.TABLE_ROW_ELEMENT);
}
// if necessary, render a detail row
if ((detail != null)&&