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,9 +3,9 @@
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c"%>
<%@ page import="com.hp.hpl.jena.rdf.model.Model"%>
<p><a href="ingest">Ingest Home</a></p>
<h2><a href="ingest">Ingest Home</a></h2>
<h2>Merge Individuals</h2>
<h3>Merge Individuals</h3>
<form action="ingest" method="get">
<input type="hidden" name="action" value="mergeResult"/>
<%String result = (String) request.getAttribute("result");%>