使用 JSF、EJB、JPA 和 JSF 创建搜索页面所需的帮助带分页的 Primefaces

发布于 2024-12-05 21:07:38 字数 234 浏览 2 评论 0原文

我正在尝试使用 JSF、EJB、JPA 和 JSF 制作搜索页面。 Primefaces 与 Oracle 数据库表中的分页。

该页面有两个区域(1)用于输入搜索参数的区域 (2) 带有显示搜索结果的数据表的区域。该数据表支持分页。

我使用了使用 Netbeans IDE 生成的标准代码,但不知道如何在单击搜索按钮时传递参数并根据数据表中的搜索显示结果。

请帮我提供示例代码。

提前致谢。

I am trying to make a search page using JSF, EJB, JPA & Primefaces with Pagination from an Oracle database table.

The page has two regions (1) region for entering search parameters
(2) region with a datatable showing the search result. This datatable supports pagination.

I have used standard code generated using Netbeans IDE, but dont know how to pass the parameters while clicking the search button and show the results based on the search in the datatable.

Please help me with sample code.

Thanks in advance.

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

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

发布评论

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

评论(1

一枫情书 2024-12-12 21:07:38

对于输入,只需使用普通形式,就像您在 hello world 教程中创建的那样。对于结果的呈现和分页,请使用 PrimeFaces LazyDataModel。另请参阅他们的展示示例

For the input, just use a normal form like as you've created in a hello world tutorial. For presentation and pagination of the results, use PrimeFaces LazyDataModel. See also their showcase example.

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