private void executeAdd(ActionMapping mapping, TypesEditorForm form,
UserContainer user, HttpServletRequest request) {
String attributeName = form.getNewAttribute();
FeatureType fType = getFeatureType(form, request);
AttributeForm newAttribute = newAttributeForm(attributeName, fType);
form.getAttributes().add(newAttribute);
}