Is there a way to change the gsp variable markers ${somevar} to something like [% somevar %], i’m having a problem using jquery templates because they use ${somevar} also and the gsp tries to render those as grails variables which crashes the app.
Share
I had such problem too, with jQuery Tmpl + Grails. After some investigations I found a way to accomplish this, by using:
this
<%= %>just prints value as is. Notice''are used there, it’s a string values.So, you GSP will be looking like: