Removing debut statements and adding support for validation of annotation properties on forms.

This commit is contained in:
hjk54 2010-06-07 15:51:31 +00:00
parent c4062267bd
commit 5d4f3d8601
8 changed files with 32 additions and 31 deletions

View file

@ -94,7 +94,6 @@ public static Log log = LogFactory.getLog("edu.cornell.mannlib.vitro.webapp.jsp.
} else {
formParam = null;
}
String objectUri = request.getParameter("objectUri");
if (objectUri != null) {
request.setAttribute("objectUri", objectUri);