struts.xml中
/Result.jsp
web.xml中
struts2
org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter
<filter-mapping>
<filter-name>struts2</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
Login.jsp中
为什么表单提交之后就是404错误 无法跳转到Result.jsp页面呢???