struts action跳转出现错误_百度知道
最佳答案: 你有没有配置好 web.xml 里面的选项啊,不是加一个Struts2-Spring-plugin-2.1.8.1.jar 这个插件就可以了的啊·~~~web.xml还要做相应的配置更多关于求帮忙解决个struts的action跳转问题的问题>>
struts1的action跳转问题_百度知道
最佳答案: 要在struts.xml中配置一下。mapping.findForward(xx.do); 一般是跳在action中去,通过request存储参数。如果你是跳在页面就直接mapping.findForward(xx...更多关于求帮忙解决个struts的action跳转问题的问题>>