日期:2014-05-17  浏览次数:20675 次

action跳转页面后框架不起作用了
首先有一个超链接
<a  href="${pageContext.request.contextPath}/userDai.do"target="right">待审核订单 </a>
在提交订单的Forword配置如下 :
           <action >
          <forward name="success" path="/userDai.do" />
          </action>
这样提交表单成功后跳转回的页面就没有使用框架了,怎么改一下?

------解决方案--------------------
href里面的跳转  你写个javascript函数吧,地址写成参数
然后在函数最后写上return false 就没问题了应该