updating reference to edit request dispatch.jsp to be /editRequestDispatch for the new controller

This commit is contained in:
hjkhjk54 2011-11-30 19:50:18 +00:00
parent 6b909c0c39
commit 49b12e06ff

View file

@ -93,7 +93,7 @@ public class BaseSiteAdminController extends FreemarkerHttpServlet {
if (PolicyHelper.isAuthorizedForActions(vreq, new EditIndividuals())) {
map.put("formAction", UrlBuilder.getUrl("/editRequestDispatch.jsp"));
map.put("formAction", UrlBuilder.getUrl("/editRequestDispatch"));
WebappDaoFactory wadf = vreq.getFullWebappDaoFactory();