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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4576

Does not leave character # alone.

           Summary: Does not leave character # alone.
           Product: Velocity
           Version: 1.1
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Source
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Here is an excert from a String that I am using as a template.

"<#$cgi->objectname#><#/TRIM#>"

I want velocity to leave this alone because another interpreter will use it.  
If I send this to velocity, i get back a:

"<###$cgi->objectname#><#/TRIM#>"

if I send "<\#$cgi->objectname#><\#TRIM#>" to the velocity bean, then I get:
"<\###$cgi->objectname#><#/TRIM#>"

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to