I have developed a web-app using jsf 2.2 which operates perfectly in Firefox but when I started cross-browser testing recently I immediately experienced fundamental problems using Google Chrome and IE browsers.
I've been using debug tools for the last couple of weeks to try and get to the bottom of the problem and my conclusion is that Chrome is not communicating the HTTP request parameters correctly which causes the jsf event handling to break.
Has anyone else experienced problems with jsf apps accessed using browsers other than Firefox?