addActionMessage("info", request, "thesis.selectPerson.president.required.scientific.commission");
return mapping.findForward("select-person");
}
}
ChangeThesisPerson.run(degreeCurricularPlan, thesis,
new PersonChange(bean.getTargetType(), selectedPerson, bean.getTarget()));
return editProposal(mapping, actionForm, request, response);
}
}