JSP basics: include dynamic content at runtime

Contributor Icon Contributed by qmchenry Date Icon March 11, 2004  
Tag Icon Tagged: JSP programming

This method of including content reads the file at run-time after the JSP has been compiled. Changes to the included file are seen immediately and do not require recompilation of the JSP.


To include the file footer.jsp at runtime, use the following syntax:

Previous recipe | Next recipe |
 

 
close Reblog this comment
blog comments powered by Disqus