From fc64de26b75e8957a597b6d894586fa0ee4c8714 Mon Sep 17 00:00:00 2001 From: ass92 Date: Mon, 14 Feb 2011 22:10:38 +0000 Subject: [PATCH] NIHVIVO-1866 jsp file for individual not found when the control runs through EntityEditController --- webapp/web/jenaIngest/notfound.jsp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 webapp/web/jenaIngest/notfound.jsp diff --git a/webapp/web/jenaIngest/notfound.jsp b/webapp/web/jenaIngest/notfound.jsp new file mode 100644 index 000000000..f2f187a4b --- /dev/null +++ b/webapp/web/jenaIngest/notfound.jsp @@ -0,0 +1,9 @@ +<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%> + + +<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c"%> +<%@ page import="com.hp.hpl.jena.rdf.model.Model"%> + +

Individual Not Found

+ +

The individual was not found in the system.

\ No newline at end of file