当前位置: 代码迷 >> Java相关 >> struts action 返回字符串有关问题
  详细解决方案

struts action 返回字符串有关问题

热度:6491   发布时间:2013-02-25 21:45:52.0
struts action 返回字符串问题
在struts.xml中有一个名字为manager的result,在action中返回manager时,提示没有定义result。请教各位如何解决

------解决方案--------------------------------------------------------
1.确认代码已经运行到该aciton了
2.确认返回页面的路径
<result name="manager">manager.jsp</result>
改成/manager.jsp

如果都不行,麻烦贴出该action代码
  相关解决方案