添加一次小部件(widget.xhtml)的代码,但在同一网页中使用它两次,可能吗?如何?

发布于 2024-11-30 08:25:31 字数 208 浏览 0 评论 0原文

我的应用程序中有一个小部件,需要在两个位置显示(一次在主页正文中,一次通过对话框)。目前其代码已在页面中添加了两次。现在我在想,是否有一种方法可以只包含它一次并在对话框中显示相同的实例,就像在主页正文中一样。

你能建议一种方法吗?


我正在使用:-

JSF 2.0 和 Facelets
Primefaces 3.0 M3 快照

I have a widget in my application that I need to display at two places(once in main page body and once through dialog box). Currently its code has been added twice in the page. Now I was thinking, If there was a way I could just include it only once and show the same instance in the dialog box, as in the main page body.

Can you suggest a way for this?


I'm Using:-

JSF 2.0 with Facelets
Primefaces 3.0 M3 Snapshot

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

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

发布评论

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

评论(1

微暖i 2024-12-07 08:25:31

JSF 2 has exactly the feature you want: it's called composite components. I bascially allows you to write a bunch of Facelet code into a file and use it just like any other JSF component, pass parameters to it, etc.

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