JavaServer Faces 2.2 is the major JSF upgrade that's part of Java EE 7. It has some significant new features like task flows (Faces Flow), a stateless mode, basic theming (resource library contracts), build-in HTML5 support and a much improved "bare HTML" mode (passthrough elements).
I am getting to know JSF and therefore I try to run a hello world xhtml site. Problem: When accessing …
java eclipse jboss jsf-2.2 wildfly-10