Use FreeMarker templates to generate page identity, menu, search, and footer in JSP pages. This will allow theme authors to work just with the ftls rather than having to maintain both jsp and ftl versions of these templates, during the transition from JSP to FreeMarker.

This commit is contained in:
rjy7 2010-05-14 20:01:12 +00:00
parent 73172f4f40
commit 3105e29bca
7 changed files with 89 additions and 10 deletions

View file

@ -24,7 +24,7 @@
securityLevel = Integer.parseInt(loginHandler.getLoginRole());
loginName = loginHandler.getLoginName();
}
// VITRO FILE
final Log log = LogFactory.getLog("edu.cornell.mannlib.vitro.web.menu.jsp");
VitroRequest vreq = new VitroRequest(request);