perwendel / spark-template-engines

Repository for different Template engine implementations.
Apache License 2.0
134 stars 101 forks source link

Error whith Map #64

Closed TheWinuXs closed 7 years ago

TheWinuXs commented 7 years ago

Hi, In the documentation of Apache Velocity, there is this example (http://velocity.apache.org/engine/1.7/translations/user-guide_fr.html#Directives):

set( $monkey.Map = {"banana" : "good", "roast beef" : "bad"})

and it's doesn't works: juil. 08, 2017 8:57:30 PM org.apache.velocity.runtime.log.JdkLogChute log GRAVE: reference set is not a valid reference at public/register.vm[line 656, column 19]

Can you help me please ?