errors.add("nonExisting", new ActionError("message.public.notfound.curricularCourses"));
saveErrors(request, errors);
return mapping.getInputForward();
} catch (ExistingServiceException e) {
throw new ExistingActionException(e);
}
Collections.sort(curricularCourseList, new BeanComparator("name"));
request.setAttribute("curricularCourses", curricularCourseList);
return mapping.findForward("PrepareSuccess");