%@ page language="java" contentType="text/html;charset=UTF-8"%>
<%@ taglib prefix="netui" uri="http://beehive.apache.org/netui/tags-html-1.0"%>
<%@ taglib prefix="netui-data" uri="http://beehive.apache.org/netui/tags-databinding-1.0"%>
<%@ taglib prefix="netui-template" uri="http://beehive.apache.org/netui/tags-template-1.0"%>
${pageFlow.URI}
This test ensures that the getCreateTime
API exists and works properly
(as much as can be verified in an automated test).
Was the page flow created less than 10 seconds ago?
${pageFlow.currentTime - pageFlow.createTime < 10000}