return mapping.findForward(PING_TARGET_EDIT_PAGE);
}
// Appears to be ok.
// Save it, commit and return refreshed view of target list.
pingTargetMgr.savePingTarget(pingTarget);
RollerFactory.getRoller().flush();
ActionMessages msgs = new ActionMessages();
msgs.add(ActionMessages.GLOBAL_MESSAGE,
new ActionMessage("pingTarget.saved"));