" 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
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
我们通过使用 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.