2.3.8

Date of release: 2006-07-09

This release substantially improves the JSP 2.0 compatibility. (For those who have seen the same points in 2.3.7: Sorry, the version history was incorrect... those JSP 2.0 related changes were not in the release yet.)

Changes on the Java side

  • JSP support improvement: [1326058] Added support for DynamicAttributes (new in JSP 2.0)

  • JSP support improvement: Added support for pushBody()/popBody() in FreemarkerPageContext

  • JSP support improvement: Added support for getVariableResolver() (new in JSP 2.0).

  • JSP support improvement: Added support for include(String, boolean) (new in JSP 2.0).

  • JSP support improvement: Added support for getExpressionEvaluator() (new in JSP 2.0). However, it will need Apache commons-el in the class path, or else this method will not work (it's optional). Note that EL support is not needed in principle, since FreeMarker has it's own expression language. But some custom JSP 2 tags may still want to use this method, after all it's in the JSP 2 API.