blob: 600027fcb9aa49d8a33a8eada405351bb1efab1d [file] [log] [blame]
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<%@ taglib prefix="s" uri="/struts-tags" %>
<html>
<head>
<title>Ajax Examples</title>
<jsp:include page="/ajax/commonInclude.jsp"/>
</head>
<body>
<s:div
id="once"
theme="ajax"
cssStyle="border: 1px solid yellow;"
href="/AjaxTest.action"
updateFreq="0"
delay="0">
Initial Content ... should not change</s:div>
<s:include value="../footer.jsp"/>
</body>
</html>