You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by bu...@apache.org on 2005/01/23 13:27:52 UTC

DO NOT REPLY [Bug 33206] New: - Texan example does not work

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=33206>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33206

           Summary: Texan example does not work
           Product: Velocity
           Version: 1.5
          Platform: PC
               URL: http://jakarta.apache.org/velocity/texen.html
        OS/Version: Windows 2000
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Texen
        AssignedTo: velocity-dev@jakarta.apache.org
        ReportedBy: shinobu.kawai@gmail.com


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"])

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: velocity-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: velocity-dev-help@jakarta.apache.org