struts的forward跳转后改变地址栏为新地址的方法

<action
path="/emailBlastSystem"
type="com.apple.ts.ert.admin.struts.action.EmailBlastSystemAction"
attribute="emailBlastSystemForm"
name="emailBlastSystemForm"
parameter="method"
scope="request"
validate="false">

<forward name="displayEmailBlastSystemList" path=".admin.emailBlastSystem.emailBlastList" />
<forward name="createEmailJob" path=".admin.emailBlastSystem.createEmail" />
<forward name="viewEmailJob" path=".admin.emailBlastSystem.createEmail" />
<forward name="sendEmailJob" path="/emailBlastSystem.do?method=displayEmailBlastSystemList"  redirect="true"/>
<forward name="emailBlastFail" path="/emailBlastSystem.do?method=displayEmailBlastSystemList" redirect="true"/>
    </action>

刚开始用forward跳转后新地址栏的内容始终为上一次操作的action方法,调试了N多方法,始终还是原来的问题,上面的path里的值与redirect二个属性值都用过,只不过是单一用其中某个,导致问题依旧,弄了2个小时,最后存在在试试的想法,二个一起弄,想不到结果问题解决。呵呵,有时候真的是"山穷水尽疑无路,柳暗花明又一村"啊.笑,晚上不用加班了.

评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值