【发布时间】:2012-09-18 16:04:06
【问题描述】:
加载我的 xhtml 页面时出现错误消息,指向我的 xhtml 中的以下行:
" 标签库支持命名空间:http://primefaces.org/ui, 但没有为名称定义标签:socket"
我的 xhtml 中的行: (在 h:form 关闭后)
<p:socket onMessage="handleMessage" channel="/counter" />
(我仔细阅读了这里的精彩教程:http://blog.eisele.net/2012/09/primefaces-push-with-atmosphere-on.html)
我应该去哪里调试?
【问题讨论】:
标签: sockets jsf primefaces atmosphere