NIHVIVO-1493: Defining app level classes.

This commit is contained in:
mb863 2010-12-13 20:13:10 +00:00
parent 91f96a2304
commit fc43269ad5
20 changed files with 40 additions and 32 deletions

View file

@ -3,8 +3,8 @@
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c"%>
<p><a href="ingest">Ingest Home</a></p>
<h2><a href="ingest">Ingest Home</a></h2>
<h2>Merge Individuals</h2>
<h3>Merge Individuals</h3>
<%String result = (String) request.getAttribute("result");%>
<p><b><%=result%></b></p>