request.setAttribute("has-letter", Boolean.TRUE);
request.setAttribute("letter", hashCode.getLetter());
return mapping.findForward("createRefereeLetterSuccess");
}
final PhdCandidacyRefereeLetterBean bean = new PhdCandidacyRefereeLetterBean();
bean.setCandidacyReferee(hashCode);
bean.setRefereeName(hashCode.getName());
request.setAttribute("createRefereeLetterBean", bean);
return mapping.findForward("createRefereeLetter");
}