I'm wondering if the <%@ include file="somefile.jsp" %> method of including
a file is more error prone (on Tomcat) than <jsp:include page="somefile.jsp"
flush="true"/> approach?

Any ideas would helpful, especially an explanation of what is being done
under the hood when these 2 mechanisms are being invoked.

Tomcat 5.5
Java 1.4.2

Thanks

Reply via email to