关于STUTS的全局转发的问题,高手们帮我啊。
STRUTS-CONFIG.XML片段
<global-forwards>
<forward name="about" path="/jsp_about.jsp" />
</global-forwards>
ACTION类片段
ActionForward af = new ActionForward();
af=actionMapping.findForward("about");
System.out.println("getname "+af.getName()+" "+af.getPath());
报错:
Apache Tomcat/4.0.1 - HTTP Status 404 - /about
--------------------------------------------------------------------------
type Status report
message /about
description The requested resource (/about) is not available.
高手们帮我看看啊...+_+