你把form中的action路径写全看看
request.getContextPath()/memberManager.do

解决方案 »

  1.   

    是所有表单中action是以.do结尾的都经过后台action方法进行处理,action方法中重写了public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception {}方法。
      

  2.   

    <html:form action="/memberManager" method="post">
      

  3.   

    朋友,记住前台的JSP中的<form action="">""里的要和配置文件中的Path一模一样啊
      

  4.   

    如果不是楼上些所说,那我就给点这个吧,查查你的jsp,看一那是不是sumbit的,然后就是你的注意你的form