【发布时间】:2012-03-27 21:03:29
【问题描述】:
我正在尝试结合 JSF 和 Xhtml 模板的 PrimeFaces。我有一页显示启用了分页的 DataList。个人资料页面的 URL 是 profilePage.xhtml?userId=1,但 DataList 组件在请求下一个“页面”时会调用 profilePage.xhtml。
有没有办法让 PrimeFaces 组件保留 URL 参数?
【问题讨论】:
标签: java jsf pagination primefaces