if (data.minvalue() != null)
fieldInfo.append(",minvalue:").append(data.minvalue());
if (data.maxvalue() != null)
fieldInfo.append(",maxvalue:").append(data.maxvalue());
String label = data.label();
if (data.label() == null) {
label = LocalizationUtility.getLocalizedFieldName(field, form == null ? null
: form.getAction(), form == null ? null : form.getActionBeanClass(),
locale);
}