Eduardo Breijo created MYFACES-4232:
---------------------------------------
Summary: Update UIWebsocket signature in the JSF 2.3 API
Key: MYFACES-4232
URL: https://issues.apache.org/jira/browse/MYFACES-4232
Project: MyFaces Core
Issue Type: Bug
Components: JSR-372
Affects Versions: 2.3.1, 2.3.0
Reporter: Eduardo Breijo
Currently, javax.faces.component.UIWebsocket is extending
javax.faces.component.UIOutput.
According to the JSF 2.3 API it needs to extend
javax.faces.component.UIComponentBase
https://javaee.github.io/javaee-spec/javadocs/javax/faces/component/UIWebsocket.html
I tried to made this update but it also requires an update in the
org.apache.myfaces.push.WebsocketComponentRenderer implementation as
UIComponentBase does not have the getValue() method.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)