return mapping.findForward("prepareProcessNewState");
}
protected ActionForward handleNewSituation(ActionMapping mapping, ActionForm form, HttpServletRequest request,
HttpServletResponse response) {
PhdAcademicServiceRequestBean academicServiceRequestBean = getPhdAcademicServiceRequestBean();
try {
academicServiceRequestBean.handleNewSituation();
} catch (DomainException e) {
addActionMessage("academicAdminOfficeErrors", request, e.getKey(), e.getArgs());
request.setAttribute("phdAcademicServiceRequestBean", getPhdAcademicServiceRequestBean());
return mapping.findForward("prepareProcessNewState");