You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by John Trollinger <ja...@trollingers.com> on 2002/12/02 16:39:34 UTC

Help with jsp:includes

I have pages that have the posibility of having 1000+ jsp:include
statements in them.  These pages take long times to load because of all
the requests going to the server.  Is there a way I can call the classes
directly instead of going through a request to the server?


Thanks,

John


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: Help with jsp:includes

Posted by "Noel J. Bergman" <no...@devtech.com>.
> I have pages that have the posibility of having 1000+ jsp:include
> statements in them.

Why?

Not to be a smartass, but perhaps there are alternative solutions.

	--- Noel

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>