I have written a tag that needs to include pages in a static way i.e. like the <%@ include ..> directive.
At present I am using pageContext.include() - this seems to try to evaluate the included JSP before including (i.e. like <jsp:include ..>)
So is there a way to do a <%@ include ..>...
I am trying to create a DOMSource from a Node pulled from an XML Document. I have a reports.xml file in the following format:
<reports>
<report name = "report1">
<!--report definition here-->
</report>
<report name = "report2">
<!--report definition here-->
</report>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.