append(separator = new ComboBoxModel(0, new SimpleArrayModel(SEPARATOR), "separator"));
append(replaceStrings = new ReplaceStringsModel("ReplaceStrings"));
append(attachmentList = new AttachmentListModel());
append(listSorting = new ListSortingModel());
listSorting.addDataModelListener(new SortingListener());
license = new LicenseModel();
license.setTransient(true);
append(license);
licenseText = new StringModel("X", FIELD_LICENSE_TEXT);
append(licenseText);