在struts.xml重配置这个action有什么用啊?
新人,求各位大神解决下小弟的困惑啊!!!!
跳转页面嘛
你这个有问题吧/index.jspaction:name是方法名,后面是所在的类,配配到的第几个方法result: name是返回值 内容是将要跳转的页面地址
<action name="dep_*" class="depAction" method="{1}"> <result name="list">/index.jsp</result> </action>