}
public ActionForward createGraduationStandaloneEnrolmentGratuityPR(ActionMapping mapping, ActionForm form,
HttpServletRequest request, HttpServletResponse response) {
final CreateStandaloneEnrolmentGratuityPRBean bean = getRenderedObject("createPostingRuleBean");
try {
PostingRulesManager.createStandaloneGraduationGratuityPostingRule(bean);
} catch (DomainException e) {
addActionMessage(request, e.getKey(), e.getArgs());