使用strtus2,action进行跳转的时候,自动跳转到WEB-INF/content目录下。不知道哪里出问题了。
我是把所有的文件都放在了webroot下,
下面是我的几个文件
web.xml
contextConfigLocation
classpath:applicationContext.xml
org.springframework.web.context.ContextLoaderListener
struts2
org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter
struts2
/*
index.jsp
applicationContext.xml
页面代码

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
配置路径应该加上WEB-INF吧
已经解决了,原来是我action-->location中没有加“/”。