gpt4 book ai didi

jsp - Struts 2 从struts.xml INVISIBLY 传递参数给jsp

转载 作者:行者123 更新时间:2023-12-04 18:32:45 24 4
gpt4 key购买 nike

在我的 struts.xml 文件中,我从一个 Action 重定向到一个特定的 jsp。实际上,这就是那里发生的事情。

       <action name="redirectingToAction" class="sm.Login">
<result name="success" type="redirectAction">
<param name="actionName">redirectToJsp</param>
<param name="namespace">/</param>
<param name="page">somepage</param>
</result>
</action>

<action name="redirectToJsp">
<result >redirectedPage.jsp</result>
</action>

问题是当我重定向我传递的参数时,它会出现在浏览器的地址栏中。 http://localhost:8084/myaplication/redirectToJsp?page=somepage这就像在 html get 方法中一样。有没有办法无形地发送这个参数?就像在 html post 方法中一样?

最佳答案

您可能想使用 UrlRewriteFilter,更多信息可以在这里找到 http://code.google.com/p/urlrewritefilter/

关于jsp - Struts 2 从struts.xml INVISIBLY 传递参数给jsp,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6340289/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com