从 iframe 中调用 jsp 页面

发布于 2024-11-27 05:37:48 字数 82 浏览 1 评论 0原文

我有一个问题,比如当我从 iframe 中调用 jsp 页面时,是先调用 struts 方法,然后操作类呈现 jsp 页面还是直接调用 jsp 页面。

I have a question like when i call the jsp page from within iframe, is the struts method get called first and then the action class renders the jsp page or the jsp page get called directly.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

谁与争疯 2024-12-04 05:37:48

是的,如果您直接调用 JSP 页面并且没有定义任何可能修改或重新路由请求的过滤器(代理),那么您的 JSP 会被直接调用。

Yes, if you directly call the JSP page and you do not have any filters (proxies) defined which may modify or reroute the request, then your JSP gets called directly.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文