<%@ page buffer="5kb" autoFlush="false" %>
In place evaluation of another JSP which gives you the current time:
<%@ include file="foo.jsp" %>
:-)
////////////////////////////////////////////////////////////////////
//File: foo.jsp
<%= System.currentTimeMillis() %>
////////////////////////////////////////////////////////////////////
//File: foo.html
To get the current time in ms


No comments:
Post a Comment