rows += "\t<ui:repeat value=\"#{" + Utils.makeFirstLetterLowerCase(beanName) + "." + Utils.makeMethod2Field(attribute.getRelationship().getName()) + "}\" var=\"" + Utils.makeMethod2Field(attribute.getRelationship().getName()) + "\">\r\n";
rows += "\t\t<p:paragraph><p:text ";
rows += "value=\"#{" + Utils.makeMethod2Field(attribute.getRelationship().getName()) + attribute.SeamField() + "}\" >\r\n";
if (attribute.getType().equals("java.util.Date") && !attribute.isListFormatOff())
{
rows += "\t\t\t<f:convertDateTime pattern=\"#{msgs.Application_DateFormat}\" />\r\n";
}