Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

While WebWork provides native FreeMarker Tags, you might wish to use other third-party tags that are only available for JSP. Fortunately, FreeMarker has the ability to run JSP tags. To do so, you must include the JspSupportServlet outlined in web.xml 2.1.x compatibility, as this allows the FreeMarker integration to get access to the required objects needed to emulate a JSP taglib container.

...