DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=33590>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=33590 ------- Additional Comments From [EMAIL PROTECTED] 2005-02-15 18:49 ------- Acknowledged - thanks. I'm impressed you found this. It seems to be an undocumented language feature. As such it's not surprising that it's not polished. For the record, the code for this is org.apache.velocity.runtime.directive.Literal To fix this, you won't need to change the Parser.* code, just change Literal.java. You'll want to run a debugger and see what the children are for node. My guess is that this line: literalText = node.jjtGetChild(0).literal(); needs to loop through all the children and concatenate the text instead of just getting the text for the first node. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
