I have code which does <%@include file = "/webpages/includeFiles/header.jsp" %>
which works fine.
However i want use it with request.getContextPath()
Something like <%@include file = "request.getContextPath ()/webpages/includeFiles/header.jsp" %>
I get a compilation error.
How can i achieve it ?