NIHVIVO-4017 Always get the ApplicationBean from the DAO.

Don't store the ApplicationBean in the request or in the context, and
don't look for it there.
This commit is contained in:
j2blake 2012-11-15 11:43:19 -05:00
parent 6b743f8b36
commit 24a5784110
9 changed files with 15 additions and 52 deletions

View file

@ -13,7 +13,6 @@
request.setAttribute("bodyJsp", "/errorbody.jsp");
request.setAttribute("title", "Error");
request.setAttribute("css", "");
request.setAttribute("appBean", appBean);
request.setAttribute("themeDir", themeDir);
%>