public ActionForward deleteEntry(ActionMapping mapping, ActionForm actionForm, HttpServletRequest request,
HttpServletResponse response) throws Exception {
AcademicCalendarEntry entry = getAcademicCalendarEntryFromParameter(request);
AcademicCalendarRootEntry rootEntry = getAcademicCalendarRootEntryFromParameter(request);
AcademicCalendarRootEntry entryRootEntry = entry.getRootEntry();
AcademicCalendarEntry entryParentEntry = entry.getParentEntry();
boolean deletedRootEntry = entry.isRoot();
Partial beginPartial = getBeginFromParameter(request);