[ 
http://issues.apache.org/jira/browse/VELOCITY-455?page=comments#action_12432549 
] 
            
Henning Schmiedehausen commented on VELOCITY-455:
-------------------------------------------------

You know, if you have some time, it would be great if you could take a look at 

http://people.apache.org/~henning/velocity/pdf/VelocityUsersGuide.pdf (Chapter 
3.4)
or
http://people.apache.org/~henning/velocity/html/ch03s04.html

and proof-read it. I did test all examples in there and I'd really appreciate 
feedback. Thanks.

> 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
>             Fix For: 1.5
>
>
> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to