用于打开的命令按钮来自不同的 xhtml 文件

发布于 2024-11-09 07:57:20 字数 311 浏览 4 评论 0原文

在具有 richfaces 和 primefaces 的 JSF 2.0 应用程序中,我希望在单击打开时有一个命令按钮,但该对话框位于另一个 xhtml 文件中。我怎样才能在 primefaces 或 richfaces 中实现这一目标。

我已经尝试过

<a4j:commandButton value="Search" id="buttonQuickSearch" action="#{customerDetailsBean.quickSearch}" oncomplete="quickview.dlg.show();"/>

In a JSF 2.0 application with richfaces and primefaces, I would like a command button when clicked to open a however the dialog is in another xhtml file. How can I achieve this in either primefaces or richfaces.

I have tried

<a4j:commandButton value="Search" id="buttonQuickSearch" action="#{customerDetailsBean.quickSearch}" oncomplete="quickview.dlg.show();"/>

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

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

发布评论

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

评论(1

对不⑦ 2024-11-16 07:57:20

使用 将对话框代码包含在母版页中。

<ui:include src="dialog.xhtml" />

Use <ui:include> to include the dialog code in the master page.

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