mirror of
https://github.com/apache/struts.git
synced 2026-08-07 07:37:20 +00:00
Solves issue with warning abut Custom EL
This commit is contained in:
@@ -365,6 +365,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