removed output statements
This commit is contained in:
parent
263cca2727
commit
90d822c6b5
1 changed files with 0 additions and 2 deletions
|
@ -29,8 +29,6 @@ public static Log log = LogFactory.getLog("edu.cornell.mannlib.vitro.webapp.jsp.
|
||||||
if(request.getParameter("switchToDisplayModel") != null) {
|
if(request.getParameter("switchToDisplayModel") != null) {
|
||||||
//forward to Edit Request Dispatch Controller
|
//forward to Edit Request Dispatch Controller
|
||||||
String queryString = request.getQueryString();
|
String queryString = request.getQueryString();
|
||||||
System.out.println("Query string is " + queryString);
|
|
||||||
System.out.println("Servlet path is " + request.getServletPath() + " and context path si " + request.getContextPath());
|
|
||||||
response.sendRedirect("http://localhost:8080/vivo/editRequestDispatch?" + queryString);
|
response.sendRedirect("http://localhost:8080/vivo/editRequestDispatch?" + queryString);
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue