最新回答 / 水桶一號
應該是你struts.xml配置文件沒有被加載到工程中,導致出現404.給你的建議 1、web.xml文件中關于struts的配置如下: <filter>? ? ? ? <filter-name>struts2</filter-name>? ? ? ? <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter</filter-class>...
2018-02-27