On Tue, Jun 3, 2008 at 9:52 AM, Jonathan Mast <[EMAIL PROTECTED]> 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.
"error prone"? Dunno about that, but you can read the differences between the two (and yes, they are different) in the JSP Spec -- it's section JSP1.10.3 in the 2.1 spec document. HTH, -- Hassan Schroeder ------------------------ [EMAIL PROTECTED] --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]