opensubscriber
   Find in this group all groups
 
Unknown more information…

v : velocity-dev@jakarta.apache.org 1 September 2006 • 12:23AM -0400

[jira] Created: (VELOCITY-455) Error in chapter "Escaping VTL Directives" in the User Guide
by Bjoern Guenzel (JIRA)

REPLY TO AUTHOR
 
REPLY TO GROUP




Error in chapter "Escaping VTL Directives" in the User Guide
------------------------------------------------------------

                 Key: VELOCITY-455
                 URL: http://issues.apache.org/jira/browse/VELOCITY-455
             Project: Velocity
          Issue Type: Bug
          Components: Documentation
    Affects Versions: 1.4
            Reporter: Bjoern Guenzel
            Priority: Minor


the manual says

Consider the following case:
\#if( $jazz )
Vyacheslav Ganelin
\#end

Whether $jazz is true or false, the output will be
#if($ jazz )
Vyacheslav Ganelin
#end

However, since the \#if is escaped, $jazz will be evaluated, to the output will be

#if(true)
Vyacheslav Ganelin
#end

or

#if(false)
Vyacheslav Ganelin
#end

respectively (depending on the value of $jazz)


--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: velocity-dev-unsubscribe@jaka...
For additional commands, e-mail: velocity-dev-help@jaka...

Bookmark with:

Delicious   Digg   reddit   Facebook   StumbleUpon

Related Messages

opensubscriber is not affiliated with the authors of this message nor responsible for its content.