attr.setOrderInForm(annotation.order());
attr.setFormFormatOff(annotation.formatOff());
attr.setListFormatOff(annotation.listFormatOff());
if (annotation.type() == AttributeImplementationType.TEXTAREA || annotation.type() == AttributeImplementationType.FORMATTEDTEXTAREA)
{
if (annotation.columns() == 0)
throw new MissingColumnsException(beanName, fields[j].getName());
if (annotation.rows() == 0)