parentsField = new ClassSelectionField(projectId, "Parent(s)", true, topClass);
add(parentsField, new AnchorLayoutData("98%"));
reasonField = new TextAreaField();
reasonField.setLabel("Reason for change:");
((TextArea)reasonField.getFieldComponent()).setHeight(60);
add(reasonField, new AnchorLayoutData("98%"));
HTML explanation2Html = new HTML("<b>Before creating a new category, please search for the term to ensure that you are not creating duplicates.</b><br />" +