}
public ActionForward createExternalCurricularCourse(ActionMapping mapping, ActionForm actionForm, HttpServletRequest request,
HttpServletResponse response) throws FenixServiceException {
final CreateExternalCurricularCourseBean externalCurricularCourseBean = getRenderedObject();
try {
CreateExternalCurricularCourse.run(externalCurricularCourseBean);
request.setAttribute("oid", externalCurricularCourseBean.getParentUnit().getExternalId());
return viewUnit(mapping, actionForm, request, response);
} catch (final NotAuthorizedException e) {
addActionMessage("error", request, "error.notAuthorized");
} catch (final DomainException e) {