日期:2014-05-20  浏览次数:20500 次

struts action 返回字符串问题
在struts.xml中有一个名字为manager的result,在action中返回manager时,提示没有定义result。请教各位如何解决

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

如果都不行,麻烦贴出该action代码