// .run(infoExecutionPeriod
// .getInfoExecutionYear(), degreeInitials, nameDegreeCurricularPlan);
// } catch (FenixServiceException e1) {
// throw new FenixActionException(e1);
// }
InfoDegreeCurricularPlan infoDegreeCurricularPlan = infoExecutionDegree.getInfoDegreeCurricularPlan();
request.setAttribute(PresentationConstants.INFO_DEGREE_CURRICULAR_PLAN, infoDegreeCurricularPlan);
InfoSiteTimetable component = getInfoSiteTimetable(schoolClass);
request.setAttribute("component", component);