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 2002/03/23 15:01:26 UTC

DO NOT REPLY [Bug 7383] - Wrong parameter passing to macro will not result in parse error

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=7383>.
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=7383

Wrong parameter passing to macro will not result in parse error

geirm@optonline.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED



------- Additional Comments From geirm@optonline.net  2002-03-23 14:01 -------
This is of historical nature - at first, with VMs, we allowed this syntax for 
passing literals.  Right now, Velocity will put a message to the log like :

Unsupported arg type : red  You most likely intended to call a VM with a 
string literal, so enclose with ' or " cha
racters. (VMProxyArg.setup())

We can either elimintate the possibliity of passing the token, or treat as a 
literal.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>