FileDocCategorySizeDatePackage
EditGangsterAction.javaAPI DocApache Struts 2.0.9 Apps1822Mon Jul 23 13:43:26 BST 2007org.apache.struts2.showcase.integration

EditGangsterAction

public class EditGangsterAction extends org.apache.struts.action.Action

Fields Summary
Constructors Summary
Methods Summary
public org.apache.struts.action.ActionForwardexecute(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)

        // Some code to load the gangster from the db as necessary

        return mapping.findForward("success");