return mapping.findForward("createPhdInformation");
}
public ActionForward create(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) {
PhdProgramInformationBean readPhdInformationBean = readPhdInformationBean();
try {
PhdProgramInformation.createInformation(readPhdInformationBean);
} catch (PhdDomainOperationException e) {
request.setAttribute("phdProgramInformationBean", readPhdInformationBean);
setError(request, mapping, null, null, e);