DegreeType.MASTER_DEGREE);
} catch (NotAuthorizedException e) {
return mapping.findForward("NotAuthorized");
} catch (NonExistingServiceException e) {
throw new NonExistingActionException("error.exception.noStudents", "");
}
BeanComparator numberComparator = new BeanComparator("infoStudent.number");
Collections.sort(result, numberComparator);
request.setAttribute(PresentationConstants.STUDENT_LIST, result);