Is it possible to use Facelets files in my web application from a JAR that I have included in /WEB-INF/lib
?
Structure is like this:
- web module
- WEB-INF
- lib
- common-component.jar
- lib
- pages
- index.xhtml
- WEB-INF
Is it possible to serve pages from common-component.jar
as well as pages from the web module itself?