[ 
https://issues.apache.org/jira/browse/VELOCITY-416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Henning Schmiedehausen closed VELOCITY-416.
-------------------------------------------


> VTL Reference include directive's explanation is wrong
> ------------------------------------------------------
>
>                 Key: VELOCITY-416
>                 URL: https://issues.apache.org/jira/browse/VELOCITY-416
>             Project: Velocity
>          Issue Type: Bug
>          Components: Documentation
>            Reporter: Daigo Kobayashi
>            Priority: Minor
>             Fix For: 1.5
>
>
> VTL Reference include include directive's explanation is wrong.
> Current explanation is
>  #include( arg[, arg2, ... argn] )
>     * arg - Refers to a valid file under TEMPLATE_ROOT.
> Examples:
>     * String: #include( "disclaimer.txt", "opinion.txt" )
>     * Variable: #include( $foo, $bar )
> but #include directive does not allow comma-deliminated expression. So this 
> should describe as follows,
>  #include( arg[ arg2 ... argn] )
>     * arg - Refers to a valid file under TEMPLATE_ROOT.
> Examples:
>     * String: #include( "disclaimer.txt"  "opinion.txt" )
>     * Variable: #include( $foo $bar )

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to