mirror of
https://github.com/apache/struts.git
synced 2026-08-07 15:46:57 +00:00
Ports solution to resolve problem with EL functions
This commit is contained in:
@@ -350,6 +350,7 @@ public class FreemarkerManager {
|
||||
servletContext.setAttribute(ATTR_APPLICATION_MODEL, servletContextModel);
|
||||
}
|
||||
TaglibFactory taglibs = new TaglibFactory(servletContext);
|
||||
taglibs.setObjectWrapper(wrapper);
|
||||
servletContext.setAttribute(ATTR_JSP_TAGLIBS_MODEL, taglibs);
|
||||
}
|
||||
model.put(KEY_APPLICATION, servletContextModel);
|
||||
|
||||
Reference in New Issue
Block a user