they are identical. you will want to use <jsp:include> if you care to have your JSP pages in form of valid XML.

On Jun 3, 2008, at 12:52 , Jonathan Mast wrote:

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


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to