struts1中关于action的设置问题_百度知道
parameter="method",然后用method调用不同的方法,做到和struts2中用通配符*一样...(ActionForm form,ActionMapping mapping,HttpServletRequest request,HttpServlet...更多关于struts1中关于action-mapping中的配置问题的问题>>
Struts1的action配置问题_百度知道
最佳答案: action中的path是URL,在调用的时候url的末尾是 ....index.do,DoNothingAction在处理完成后,如果返回结果是,actionMapping.findForward("success"),那么就...更多关于struts1中关于action-mapping中的配置问题的问题>>