ISIXmlComponent xml = new ISIXmlComponent("details", new XmlSectionModel(section), "compare-responses");
xml.setTransformParameter(FilterElements.XPATH, String.format("//dtb:responsegroup[@id='%s']", xmlId));
xml.setOutputMarkupId(true);
add (xml);
} else {
add (new PeriodResponseListPanel("details", mPrompt));
}
}