// Some code to save the gangster to the db as necessary
GangsterForm gform = (GangsterForm) form;
ActionMessages messages = new ActionMessages();
messages.add("msg", new ActionMessage("Gangster "+gform.getName()+" added successfully"));
addMessages(request, messages);
return mapping.findForward("success");