Monday, September 19, 2011

JSP Include

To statically include other JSPs in a JSP, use include directive. This is preprocessed.

<%@ include file="file name" %>
To dynamically include JSP when a jsp is executed, use:

<jsp:include page="file name"%>

0 Comments:

Post a Comment

<< Home