t:saveState 使用 RequestScope 保存托管 Bean 的状态 - 分页系统的状态

发布于 2024-12-18 03:27:03 字数 490 浏览 2 评论 0原文

我正在尝试使用 tomahawk-saveState,但它根本不起作用。我将以下代码插入到我的 xhtml 文件(JSF2.0)中:

 <t:saveState value="#{managedBean1}"/>

使用像这样的托管 bean:

 @ManagedBean
 @RequestScoped
 public class ManagedBean1 implements Serializable {...}

我想将其与分页系统一起使用,因此它可以在该页面上导航期间保持页码的状态。现在,当我打开页面时,分页系统为空并自动创建(良好),但是当我刷新页面 (F5) 或单击下一页时,分页系统为空再次,bean 再次创建它。因此,正如您所看到的,分页不起作用,因为它无法保持状态,那么我可能做错了什么?

任何帮助将不胜感激。谢谢。

I am trying to work with tomahawk-saveState, but it is simply not working. I inserted the following code to my xhtml file (JSF2.0):

 <t:saveState value="#{managedBean1}"/>

Using a managed bean like this one:

 @ManagedBean
 @RequestScoped
 public class ManagedBean1 implements Serializable {...}

I am tying to use this with a pagination system, so it can keep the state of the page number during the navigation on that page. Now, when I open the page then the pagination system is null and creates itself (good), but then I refresh the page (F5) or click on next page and the pagination system is null again and the bean creates it again. So, as you can see the pagination does not work because it cannot keep the state, so what could I be doing wrong?

Any help would be appreciated. Thanks.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文