blob: 6e0d27a8fb6b78fec8fc5f18477e603cfa5f1097 [file] [log] [blame]
<!-- Standard Struts Entries -->
<%@ page language="java" contentType="text/html;charset=utf-8" %>
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %>
<html:html locale="true">
<body bgcolor="white" background="images/PaperTexture.gif">
<%-- Cause our tree control to refresh itself --%>
<script language="JavaScript">
<!--
parent.tree.location='treeControlTest.do';
-->
</script>
<%@ include file="header.jsp" %>
<center><h2>
<%-- display warnings if any --%>
<logic:present name="warning">
<bean:message key="warning.header"/>
</h2></center>
<h3><center>
<bean:message key='<%= (String) request.getAttribute("warning") %>'/>
<br>
</logic:present>
</h3></center>
<center><h2>
<bean:message key="save.fail"/>
</h2></center>
<%@ include file="footer.jsp" %>
</body>
</html:html>