How to use JSF versioning for resources in jar
问题 PF 3.5.10, Mojarra 2.1.21, omnifaces 1.5 I have a JSF library (with css files only). This library is in a .jar file. The css will be included in xhtml with <h:outputStylesheet library="mylib" name="css/mycss.css"> . In html it is rendered to the following: localhost:8080/cms/javax.faces.resource/css/mycss.css.jsf?ln=mylib CSS file of primefaces is rendered to: localhost:8080/cms/javax.faces.resource/primefaces.js.jsf?ln=primefaces&v=3.5.10 Notice the library version (&3.5.10) at the end. How