Struts2 ActionMapping mapping 用法讲解??
public ActionForward execute(ActionMapping mapping, ActionForm form,
HttpServletRequest request, HttpServletResponse response)
throws Exception {
请问ActionMapping mapping 怎么用??????????????
return null;
}
------解决方案--------------------
....我要是没记错的话这个是Struts1的类
http://struts.apache.org/1.3.10/apidocs/org/apache/struts/action/ActionMapping.html#findForward(java.lang.String)