JSP Java Tutorial

index.jsp


  
    Let's include some content: <%@include file='included.jsp' %>
  


    <%@include file='includeFiles/banner.html' %>
  

included.jsp

The date is now <%= new java.util.Date()  %>