使用 JSF 重定向和 WebTrends 时遇到的问题

发布于 2024-07-07 11:09:04 字数 217 浏览 9 评论 0原文

在我们的新平台上,我们正在使用 JSF。 我们的 WebTrends 标签未反映此平台上正确的页面标题。 它当前显示用户上一页的名称,而不是当前页面的名称。

我们正在利用 JSF 导航规则,其中有一些“<重定向/>” 标签。

有没有人经历过这种情况并且有解决方案。 我建议我们改变这种模式,仍然使用 JSF,但不使用导航规则。

谢谢

On our new platform we are utilizing JSF. Our WebTrends tags are not reflecting the proper page title on this platform. It currently is displaying the name of the users previous page instead of the current page.

We are making use of the JSF Navigation rule in which we have some "< redirect />" tags.

Has anyone experienced this and is there a solution. I have made the suggestion that we move a way from this model, still use JSF but not the navigation rules.

Thanks

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

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

发布评论

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

评论(1

蓬勃野心 2024-07-14 11:09:04

我们通过使用 webtrends javascript API 将正确的页面标题注入到页面中(而不是依赖 javascript 从页面读取正确的 URL)来解决这个问题。 由于 JSF 会破坏您的 URL,因此您实际上无能为力。

重定向标记可以工作,但您必须注意托管 bean 的逻辑,因为它破坏了请求范围。

We solved this problem by using the webtrends javascript API to inject the correct page title into the page (instead of relying on the javascript to read the correct URL from the page). Since JSF mucks with your URLs, there really isn't much else you can do.

The redirect tags will work, but you have to watch your managed bean's logic, since it breaks request scope.

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