}
public ActionForward createPhdRegistrationFeePenaltyExemption(ActionMapping mapping, ActionForm form,
HttpServletRequest request, HttpServletResponse response) {
final CreatePhdRegistrationFeePenaltyExemptionBean penaltyExemptionBean =
getRenderedObject("create-penalty-exemption-bean");
request.setAttribute("eventId", penaltyExemptionBean.getEvent().getExternalId());
try {
CreatePhdRegistrationFeePenaltyExemption.run(getLoggedPerson(request), penaltyExemptionBean);
} catch (DomainException ex) {
addActionMessage(request, ex.getKey(), ex.getArgs());