changes for menu management and N3 Refactoring
This commit is contained in:
parent
2e283c18a4
commit
dca2cd4a42
16 changed files with 1965 additions and 304 deletions
|
@ -27,6 +27,13 @@
|
|||
<vitro:confirmAuthorization />
|
||||
|
||||
<%
|
||||
//Check if special model, in which case forward
|
||||
if(request.getParameter("switchToDisplayModel") != null) {
|
||||
//forward to Edit Request Dispatch Controller
|
||||
String queryString = request.getQueryString();
|
||||
response.sendRedirect("http://localhost:8080/vivo/editRequestDispatch?" + queryString);
|
||||
}
|
||||
|
||||
// Decide which form to forward to, set subjectUri, subjectUriJson, predicateUri, predicateUriJson in request
|
||||
// Also get the Individual for the subjectUri and put it in the request scope
|
||||
// If a datapropKey is sent it as an http parameter, then set datapropKey and datapropKeyJson in request, and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue