{
codeChunk.addHtmlCode("\r\n<trh:rowLayout width=\"100%\" >\r\n");
codeChunk.addHtmlCode("\t<trh:cellFormat styleClass=\"formFieldLabel\" ><tr:outputLabel value=\"#{msgs.form_" + bean.getName() + "_search" + attribute.SeamLabel() + "}\" /></trh:cellFormat>\r\n");
codeChunk.addHtmlCode("\t<trh:cellFormat width=\"100%\" >\r\n");
codeChunk.addHtmlCode("\t\t<h:inputText id=\"" + attribute.getName() + "\" value=\"#{" + Utils.makeFirstLetterLowerCase(bean.getName()) + "." + Utils.makeMethod2Field(firstRelationship.getName()) + attribute.SeamField() + "}\" />\r\n");
codeChunk.addHtmlCode("\t</trh:cellFormat>\r\n");
codeChunk.addHtmlCode("</trh:rowLayout>\r\n");
}
}
else