Removing debut statements and adding support for validation of annotation properties on forms.
This commit is contained in:
parent
c4062267bd
commit
5d4f3d8601
8 changed files with 32 additions and 31 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue