Sadly however you get a Groovy compile error about unexpected "}"
This seems wrong.
Description
I had to build a string of the form "lat,long" to pass as an attribute value, and I naturally expected this to work:
<gmaps:staticMap center="${place.lat},${place.long}"/>
Sadly however you get a Groovy compile error about unexpected "}"
This seems wrong.