I am currently working on a JAVA web application using JSF, Facelets, JSTL and EL. I have 10 pages that need to include some HTML and Javascript that I have placed into a inc.jspf.
I have tried to use:
<jsp:include page="inc.jspf" />
but I am getting an error:
The prefix "jsp" for element "jsp:include" is not bound.
Is there another way to accomplish this?
Thanks, Randall