问题描述
<?xmlversion="1.0"encoding="UTF-8"?><!DOCTYPEstrutsPUBLIC"-//ApacheSoftwareFoundation//DTDStrutsConfiguration2.0//EN""http://struts.apache.org/dtds/struts-2.0.dtd"><struts><packagename="strust2_login"extends="struts-default"><actionname="addProduct"class="com.action.AddAction"method="addProduct"><resultname="success"type="redirectAction">showlist</result></action><actionname="showlist"class="com.action.Showlist"method="ShowList"><resultname="success">index.jsp</result></action></package></struts>上面的重定向出问题请问错在哪里
解决方案
解决方案二:
没有错啊要不把redirectAction改为redirect看看
解决方案三:
我想请问一下你有showlist的Action吗?而且一般到其他action都是转发过去的,用重定向貌似没什么意义吧?
解决方案四:
我也觉得没错,可是就是出错了,action也没有成功重定向,redirect只能重定向jsp不能重定向到action的
时间: 2025-01-27 08:15:37