Add StringProcessorTag taglib directive - was missing, even though tags were used.
This commit is contained in:
parent
44f9706d82
commit
da6ac0eef1
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
||||||
<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
|
<%-- $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"%>
|
<%@ page errorPage="/error.jsp"%>
|
||||||
<% /***********************************************
|
<% /***********************************************
|
||||||
Display a List of Entities in the most basic fashion.
|
Display a List of Entities in the most basic fashion.
|
||||||
|
|
Loading…
Add table
Reference in a new issue