I moved all my included files into a directory /include from root. Now, when I name those files .jsp they are all included properly:
<jsp:include page="/include/default.jsp"></jsp:include>
But these files are fragments, thus I want to rename them to .jspf. In this case, the entire content is just printed to the page, it is not properly interpreted by glassfish.
Do I have to register this type?
Thanks a lot for any kind of hint!