NIHVIVO-195 Working on custom activity forms. Markup is screwed up and form doesn't submit yet.
This commit is contained in:
parent
745da69072
commit
87a690a69c
1 changed files with 1 additions and 2 deletions
|
@ -98,8 +98,7 @@ public static Log log = LogFactory.getLog("edu.cornell.mannlib.vitro.webapp.jsp.
|
|||
String objectUri = request.getParameter("objectUri");
|
||||
if (objectUri != null) {
|
||||
request.setAttribute("objectUri", objectUri);
|
||||
request.setAttribute("objectUriJson", MiscWebUtils
|
||||
.escape(objectUri));
|
||||
request.setAttribute("objectUriJson", MiscWebUtils.escape(objectUri));
|
||||
}
|
||||
|
||||
if( typeOfNew != null )
|
||||
|
|
Loading…
Add table
Reference in a new issue