JSP equivalent to the PHP include() function?

LaelC1955

New Member
I just want to include an HTML file server-side into another HTML file, using JSP. PHP is not available. Is this what I want?\[code\]<jsp:include page="/include.html"></jsp:include>\[/code\]
 
Back
Top