What is the difference between JSP include directive and JSP include action? (<jsp:include page = … > and <%@ include file = … >). Where we use <jsp:include page = … > and <%@ include file = … > and why?
There are following difference between <%@ include file=""> and <jsp:include page="">: