From da6ac0eef14b7a12e4ff73d76dce58ed270f5467 Mon Sep 17 00:00:00 2001 From: rjy7 Date: Fri, 30 Apr 2010 17:39:56 +0000 Subject: [PATCH] Add StringProcessorTag taglib directive - was missing, even though tags were used. --- webapp/web/templates/entity/entityList.jsp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/webapp/web/templates/entity/entityList.jsp b/webapp/web/templates/entity/entityList.jsp index e781c47be..ef946b26b 100644 --- a/webapp/web/templates/entity/entityList.jsp +++ b/webapp/web/templates/entity/entityList.jsp @@ -1,6 +1,8 @@ <%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%> -<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c"%><%/* this odd thing points to something in web.xml */ %> +<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c"%> +<%@ taglib uri="http://vitro.mannlib.cornell.edu/vitro/tags/StringProcessorTag" prefix="p" %> + <%@ page errorPage="/error.jsp"%> <% /*********************************************** Display a List of Entities in the most basic fashion.