attr.setValidatorId(annotation.validatorId());
attr.setFormFormatOff(annotation.formatOff());
attr.setListFormatOff(annotation.listFormatOff());
attr.setAjaxEvent(annotation.ajaxEvent());
String ids[] = annotation.idsToRerenderOnAjaxEvent();
for (int i = 0; i < ids.length; i++)
attr.addIdToRerenderOnAjaxEvent(ids[i]);