what dictates JSF version? Container or faces-config?
问题 I am currently running a legacy JSF application on JBoss AS 4.3. I believe that this implements JSF 1.2. However, when I looked at the faces-config, I saw that it was using the JSF 1.1 DTD. Which version of JSF am I using? 回答1: The exact JSF implementation version information is available in /META-INF/MANIFEST.MF file of the JSF implementation JAR file. It's usually located near the bottom of the manifest file as follows: Implementation-Title: Mojarra Implementation-Version: 1.2_12-b01-FCS