is it somehow possible to pass variables to a tag call:
I mean something like this:
#{plotGraph
name:'${name}',
yAxis:'mA',
[...]
/}
I get following error:
... does not compile : #{plotGraph} is not closed.