Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.5
-
None
-
None
-
Operating System: Windows 2000
Platform: PC
-
33206
Description
The Texen example at
http://jakarta.apache.org/velocity/texen.html
does not work.
In Control.vm, to create the output file name, $stringutils.concat
([$planet, ".html"]) is being used, but StringUtils is set to the Context
as "strings".
The correct template shoud read: $strings.concat([$planet, ".html"])