[ 
https://issues.apache.org/jira/browse/MYFACES-4232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16494027#comment-16494027
 ] 

Eduardo Breijo commented on MYFACES-4232:
-----------------------------------------

[~lu4242] can you please take a look to this? Not sure how to update the 
implementation. Is the component.getValue() and component.setValue() required 
in the WebsocketComponentRenderer implementation class for websocket to work 
correctly?

> 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.0, 2.3.1
>            Reporter: Eduardo Breijo
>            Priority: Major
>
> 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() and setValue() methods.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to