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

struts2 iframe 重定向问题
请教一下, 我在jsp:main.jsp 页面中加载了一个iframe :if.jsp,
在if.jsp中有button可以提交action:gotoAction,我在struts中配置为
<action name="goto" class="gotoAction" method="gotoOpe">
<result name="success">/loginFail.jsp</result> 
</action>
action执行后iframe 的内容变成了loginFail.jsp,但是main.jsp 仍然没有变动。

请问有神马方法可以让整个页面(main.jsp )转到loginFail.jsp………… 


------解决方案--------------------
在提交处设置target="parent"
------解决方案--------------------
楼上几位,我怎么记得是target="_parent"呢。
<form target="_parent"