Suppose I have the following in my JSF page:
<ui:include src="/WEB-INF/templates/footer.xhtml"></ui:include>
If this is changing to be static content loading from a non-webapp path - is is possible to change my ui:include
to an absolute path on the file system?
Assumptions:
- Mojarra 2.0
- Java 7.0
- Tomcat 7.0