You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by "Will Glass-Husain (JIRA)" <ji...@apache.org> on 2005/11/05 20:19:20 UTC

[jira] Updated: (VELOCITY-416) VTL Reference include directive's explanation is wrong

     [ http://issues.apache.org/jira/browse/VELOCITY-416?page=all ]

Will Glass-Husain updated VELOCITY-416:
---------------------------------------

    Fix Version: 1.5
       Priority: Minor  (was: Major)

Thanks for the catch.  We'll fix this in the docs for the next release.

> VTL Reference include directive's explanation is wrong
> ------------------------------------------------------
>
>          Key: VELOCITY-416
>          URL: http://issues.apache.org/jira/browse/VELOCITY-416
>      Project: Velocity
>         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.
-
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@jakarta.apache.org
For additional commands, e-mail: velocity-dev-help@jakarta.apache.org