Wednesday, July 26, 2017

What is the signature of execute method of struts?

The execute method of ActionServlet in struts is:

public ActionForward execute(ActionMapping mapping,ActionForm form,
       HttpServletRequest request,HttpServletResponse response)
       throws Exception
      {
              ---------
              ---------
              return mapping.findForward("JspName");
      }