update for page deletion controller - need to include exception thrown

This commit is contained in:
hjkhjk54 2012-06-24 02:22:35 +00:00
parent 7e2a5d22d4
commit b3c09797b0
2 changed files with 2 additions and 2 deletions

View file

@ -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);
} }

View file

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