Rewrote comment form controllers and templates in FreeMarker.
This commit is contained in:
parent
31d4cdee40
commit
2646c9ff74
5 changed files with 7 additions and 4 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
<%@ page import="edu.cornell.mannlib.vitro.webapp.controller.freemarker.FreeMarkerHttpServlet" %>
|
||||
<%
|
||||
|
||||
// If the request was for a jsp rather than a servlet, we didn't get these yet.
|
||||
String identity = (String) request.getAttribute("ftl_identity");
|
||||
if (identity == null) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue