<f:websocket> Tag Library supports namespace: http://xmlns.jcp.org/jsf/core, but no tag was defined for name: websocket
问题 I'm upgrading jsf 2.2 to jsf 2.3, using wildfly 11.0.0 Beta as server. i follow the instructions on this site. http://arjan-tijms.omnifaces.org/p/jsf-23.html#1396 Server starts well and the application works fine. When i call the push.xhtml (testing the new Websocket Integration), <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:f="http://xmlns.jcp.org/jsf/core" xmlns:h="http://xmlns.jcp.org/jsf/html" xmlns:p="http://primefaces.org/ui" > <h:body> <h:form id="form"> <p:growl