}
public ActionForward createCustomAlert(ActionMapping mapping, ActionForm form, HttpServletRequest request,
HttpServletResponse response) {
final PhdCustomAlertBean bean = getCreateCustomAlertBean();
request.setAttribute("createCustomAlertBean", bean);
final ActionForward result =
executeActivity(AddCustomAlert.class, bean, request, mapping, "createCustomAlert", "manageAlerts",
"message.alert.create.with.success");