struts1和struts2中配置action是不一样的吗?
struts1:<actionpath=""type=""name=""input=""><forwardname=""path=""/></action>struts2...
struts1:
<action path="" type="" name="" input=" ">
<forward name=" " path=" "/>
</action>
struts2:
<action name="" class="">
<result> .jsp </result>
</action>
有什么不一样吗?1在跳转时浏览器的地址会变吗? 展开
<action path="" type="" name="" input=" ">
<forward name=" " path=" "/>
</action>
struts2:
<action name="" class="">
<result> .jsp </result>
</action>
有什么不一样吗?1在跳转时浏览器的地址会变吗? 展开
2个回答
展开全部
地址会不会变要看你的frame在哪里,如果整个页面跳转的话会变,但是不是变成页面地址,而是action地址。
struts1和2写法是不同的。理念差不多
struts1和2写法是不同的。理念差不多
追问
是整个页面跳转的啊,从index.jsp经Action到main.jsp,但地址还是action,这样的话我刷新main会回到index.如果未成功登陆action会返回到index,地址栏还是action,这时刷新index会再次提交登陆信息,继续提示登陆信息错误返回到index。有人说这是action的重复提交问题,用token就可以解决了,我用了,这样的话刷新index是不会再提交了,但是刷新main还是不行。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询