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


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

Reply via email to