diff --git a/webapp/src/edu/cornell/mannlib/vedit/util/FormUtils.java b/webapp/src/edu/cornell/mannlib/vedit/util/FormUtils.java index 4fcd84147..17cea5ffc 100644 --- a/webapp/src/edu/cornell/mannlib/vedit/util/FormUtils.java +++ b/webapp/src/edu/cornell/mannlib/vedit/util/FormUtils.java @@ -284,7 +284,7 @@ public class FormUtils { Class[] paramList = new Class[1]; Method setterMethod = getSetterMethod(cls, field, SUPPORTED_TYPE_LIST); if (setterMethod == null) { - log.warn("Could not find method set" + field + " on " + log.debug("Could not find method set" + field + " on " + cls.getName()); return; } diff --git a/webapp/web/templates/edit/specific/entity_retry.jsp b/webapp/web/templates/edit/specific/entity_retry.jsp index 1854966fb..305795780 100644 --- a/webapp/web/templates/edit/specific/entity_retry.jsp +++ b/webapp/web/templates/edit/specific/entity_retry.jsp @@ -1,12 +1,16 @@ <%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%> <%@ taglib prefix="form" uri="http://vitro.mannlib.cornell.edu/edit/tags" %> +<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>