From 7439e029643e8bb6ede59806a950f086b02a953d Mon Sep 17 00:00:00 2001 From: brianjlowe Date: Wed, 23 Nov 2011 19:34:57 +0000 Subject: [PATCH] NIHVIVO-3355 change to log level in FormUtils; minor modifications to backend forms --- webapp/src/edu/cornell/mannlib/vedit/util/FormUtils.java | 2 +- webapp/web/templates/edit/specific/entity_retry.jsp | 6 +++++- webapp/web/templates/edit/specific/entity_retry_init.jsp | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) 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" %> Individual Name *
" /> -

+ + + + diff --git a/webapp/web/templates/edit/specific/entity_retry_init.jsp b/webapp/web/templates/edit/specific/entity_retry_init.jsp index 6e0f53925..2ab88b284 100644 --- a/webapp/web/templates/edit/specific/entity_retry_init.jsp +++ b/webapp/web/templates/edit/specific/entity_retry_init.jsp @@ -1,6 +1,7 @@ <%-- $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" %>