Subversion Repositories general

Rev

Rev 962 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>

<html>

<head>
  <title>Cache <bean:write name="cacheForm" property="action" />: OK</title>
</head>

<body bgcolor="white">

<h1>Cache <bean:write name="cacheForm" property="action" />: OK</h1>

<p><a href="cache.html">cache management</a></p>

</body>

</html>