milansie commented on PR #748: URL: https://github.com/apache/myfaces/pull/748#issuecomment-2341915074
hi @volosied , i finally found some time to debug it and made some progress (though it looks like i'm still few steps behind you :) ) 1] i managed to get applicationScope=null error, which your change fixes (:+1: ). 2] javascript error - i am able to simulate the javascript exception (finally!), and after i put websocket into the form, it is working in the way it should. (btw we didn't know ajax could be fired directly from push channel; we always use a workaround through onmessage and remoteCommand or something.. ) so, to your question - I don't think we can modify the generated script - if i look at the spec, https://jakarta.ee/specifications/faces/4.0/jsdoc/faces.push I don't see any possibility. Could this script be wrapped in some other element? -- 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]
