On this page
2.2.4
Page Contents
Date of release: 2003-09-03
Maintenance and bugfix release.
Changes on the Java side
Improvements to JSP taglib support. If some third party taglib didn't work for you with FreeMarker, maybe now it will.
The JSP
PageContext
now implementsforward
andinclude
methods.Accepting
EVAL_PAGE
as an alias toSKIP_BODY
in return values fromdoStartTag
. It's a common bug in some widespread tag libraries, and now FreeMarker is less strict and accepts it.
Fixes for some rare problems regarding namespaces of macros.
Other changes
Minor improvements to the documentation.