update for page deletion controller - need to include exception thrown
This commit is contained in:
parent
7e2a5d22d4
commit
b3c09797b0
2 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ public class DeletePageController extends VitroHttpServlet {
|
||||||
resp.sendRedirect(rawRequest.getContextPath() + REDIRECT_URL);
|
resp.sendRedirect(rawRequest.getContextPath() + REDIRECT_URL);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected void doGet(HttpServletRequest rawRequest, HttpServletResponse resp) {
|
protected void doGet(HttpServletRequest rawRequest, HttpServletResponse resp) throws ServletException, IOException {
|
||||||
doPost(rawRequest, resp);
|
doPost(rawRequest, resp);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
is also used to generate the property statement during a deletion.
|
is also used to generate the property statement during a deletion.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
${statement.linkText} (Add URLs to Menu Controllers here?)
|
${statement.linkText}
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
menuItemData.push({
|
menuItemData.push({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue