28Oct/080
Include in jsp?
How to include jsp scripts in your page ?
Well we can do it in 2 different ways :
<%@ include file="included.html" %> or <jsp:include page="included.html" flush="true" />
How to include jsp scripts in your page ?
Well we can do it in 2 different ways :
<%@ include file="included.html" %> or <jsp:include page="included.html" flush="true" />