Sgarlata Matt wrote:
Does anyone know if there are any speed differences between using
<jsp:include> and <c:import> if one is including a file that is local to the
web server?  Obviously if one does <c:import> and imports a file from a
remote web server that will be slower than including something on the local
server.

Sorry if this is a common question, but I searched google, here and
struts-user and could not find an answer.

Since c:import does what a jsp:include does if it a local resource, the difference should be minimal. It is open source though, so I'd check out the code and see what is any extra processing is done.


--
Serge Knystautas
President
Lokitech >> software . strategy . design >> http://www.lokitech.com
p. 301.656.5501
e. [EMAIL PROTECTED]


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to