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 ..> equivalent from code in a custom tag? I realise that by definition a compile time include is not possible here but has anyone got a good workaround?
Cheers,
Ben
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 ..> equivalent from code in a custom tag? I realise that by definition a compile time include is not possible here but has anyone got a good workaround?
Cheers,
Ben