codeChunk.addHtmlCode("\t\t<rich:panel>\r\n");
codeChunk.addHtmlCode("\t\t\t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\r\n");
codeChunk.addHtmlCode("\t\t\t<tr>\r\n");
codeChunk.addHtmlCode("\t\t\t<td class=\"formFieldLabel\" >\r\n");
codeChunk.addHtmlCode("\t\t\t\t<h:outputLabel for=\"" + attribute.getName() + "\" value=\"#{msgs.form_" + bean.getName() + attribute.SeamLabel() + "}\" />\r\n");
codeChunk.addHtmlCode("\t\t\t</td>\r\n");
if (attribute.getType().equals("java.lang.Boolean"))
{
codeChunk.addHtmlCode("\r\n<trh:rowLayout width=\"100%\" >\r\n");