changes for menu management and N3 Refactoring

This commit is contained in:
hjkhjk54 2011-07-12 01:40:40 +00:00
parent 2e283c18a4
commit dca2cd4a42
16 changed files with 1965 additions and 304 deletions

View file

@ -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