You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by bu...@apache.org on 2003/10/02 16:25:04 UTC

DO NOT REPLY [Bug 23569] New: - #macro arguments space-separated, not comma-separated

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23569>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23569

#macro arguments space-separated, not comma-separated

           Summary: #macro arguments space-separated, not comma-separated
           Product: Velocity
           Version: 1.3.1
          Platform: All
               URL: http://jakarta.apache.org/velocity/vtl-reference-
                    guide.html
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Documentation
        AssignedTo: velocity-dev@jakarta.apache.org
        ReportedBy: mkienenb@alaska.net


http://jakarta.apache.org/velocity/vtl-reference-guide.html defines #macro 
as

#macro( vmname $arg1[, $arg2, $arg3, ... $argn ] )

but the actual format appears to be

#macro( vmname $arg1[ $arg2 $arg3 ... $argn ] )

---------------------------------------------------------------------
To unsubscribe, e-mail: velocity-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: velocity-dev-help@jakarta.apache.org