Steve O'Hara created VELOCITY-893:
-
Summary: Calling macro with closing brace on newline throws
ParseErrorException
Key: VELOCITY-893
URL: https://issues.apache.org/jira/browse/VELOCITY-893
Project: V
Thomas Mortagne created VELOCITY-892:
Summary: Method arguments conversions should be based on Type
instead of Class
Key: VELOCITY-892
URL: https://issues.apache.org/jira/browse/VELOCITY-892
Proje
Have you tried
{{#set ($JQId = '#' + $Utils.getJQuerySelector($SparklineElementId))}}
eg
#set ($ok = '#' + 'ok')
$ok then outputs #ok
#set ($ok = "#" + 'ok')
gives
Failed to parse String literal at
2f336dfc-5fee-4e00-a58d-1b5a54729690:standard[line 1, column 13]
org.apache.velocity.
[
https://issues.apache.org/jira/browse/VELOCITY-891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16495207#comment-16495207
]
Steve O'Hara commented on VELOCITY-891:
---
Added the stack trace to the description
[
https://issues.apache.org/jira/browse/VELOCITY-891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Steve O'Hara updated VELOCITY-891:
--
Description:
We are upgrading from v1.7 to v2.0 but have come across a problem almost
immedi