在 JSF 或 PrimeFaces 中使用哪个组件来增量更新文本区域?

发布于 2024-12-09 15:30:56 字数 217 浏览 0 评论 0原文

我一直在寻找 JSF 或 PrimeFaces 中的组件,该组件可以使用广播消息输出面板的新消息进行增量更新。

我可以想到每次收到新消息时只获取所有消息并将它们刷新到 p:inputTextArea (设置了 readonly),但这听起来效率很低。

这里可以使用p:dataTable吗?或者有更好的方法吗?

I have been looking around for a component in JSF or PrimeFaces which could be incrementally updated with new message for a broadcasted messages output panel.

I can think of only taking all of the messages and flushing them on a p:inputTextArea (with readonly set) every time a new message comes, but this sounds grossly inefficient.

Can a p:dataTable be used here? Or is there a better way?

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

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

发布评论

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

评论(2

三生一梦 2024-12-16 15:30:56

我认为,这个 ajax 推送的 primefaces 示例回答了您的问题(您需要自定义JS函数)...

I think, that this primefaces example for ajax push answers your question (you need custom JS function)...

十级心震 2024-12-16 15:30:56

PF 3 已经有了一些基于 websockets 的推送支持,请尝试: http://www .primefaces.org/showcase-labs/push/chat.jsf

PF 3 already have some push support based on websockets, try at: http://www.primefaces.org/showcase-labs/push/chat.jsf

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