volosied commented on PR #748: URL: https://github.com/apache/myfaces/pull/748#issuecomment-2340760376
> The default scope is application. We set it to view , so we can ignore this part. The following check is skipped: https://github.com/apache/myfaces/blob/b062baf626ff40e44c74baaed41a00a5c060a9d6/impl/src/main/java/org/apache/myfaces/push/WebsocketComponentRenderer.java#L135C8-L139 > When the user attribute is specified, then the default scope is session. The user attribute is not specified, so this doesn't apply. App code: `<f:websocket channel="view" scope="view" onopen="function(){document.getElementById('opened').innerHTML='yes';}">` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
