final ExecutionDegree executionDegree = degreeCurricularPlan.getMostRecentExecutionDegree();
Degree degree = executionDegree.getDegree();
// Degree degree = getDomainObject(request, "degreeCurricularPlanID");
SearchDegreeLogBean sdlb = new SearchDegreeLogBean(degree);
sdlb.setDegreeLogTypes(new ArrayList<DegreeLogTypes>());
request.setAttribute("searchBean", sdlb);
request.setAttribute("degree", sdlb.getDegree());
// final InfoExecutionDegree infoExecutionDegree =
// InfoExecutionDegree.newInfoFromDomain(executionDegree);
// request.setAttribute(PresentationConstants.MASTER_DEGREE, degree);
return mapping.findForward("search");