On this page
2.3.12
Date of release: 2008-02-03
Changes on the Java side
Bug fixed: [1857161] JSP
SimpleTag
support was broken in 2.3.11.In the templates, now you can conveniently call Java methods that use the Java 5 varargs feature (variable-length argument lists). Also the overloaded-method chooser logic now considers vararg methods more intelligently.
Enum constants are now identified by their
name()
instead of by theirtoString()
(because the latter can be overridden in subclasses). This doesn't affect the way enum constants are printed; of course that still usestoString()
.Messages in parser exceptions now display the name of the template.