Is there a way to have the content of an html file inserted into a Facelet template? The Facelets tag will not work since it is only for including Facelet content.
To put it another way, I am looking for the Facelets equivalent to the JSP include directive <%@ include file="..." %>.
The only include mechanism in Facelets is , which doesn’t allow arbitrary content to be included, only well formatted XML. There is no equivalent to the JSP include directive in Facelets.