I\'ve done tutorial about Facelets templating.
Now I\'ve tried to create a page that isn\'t in same directory as the template. I\'ve got problems with page style, b
The resourcehandlers.UnmappedResourceHandler helps to map JSF resources on an URL pattern of /javax.faces.resource/*.
For me these 2 xml configs in faces-config.xml: org.omnifaces.resourcehandler.UnmappedResourceHandler
and in web.xml:
facesServlet
/javax.faces.resource/*
*.xhtml
helped with css and images.