up vote 0 down vote favorite
share [g+] share [fb]

By default, groovy's SimpleTemplateEngine uses <% %> as the scriptlet container. How do I escape these characters if I want to print out <% %>?

link|improve this question

42% accept rate
feedback

2 Answers

Looks like it might be a bug

http://jira.codehaus.org/browse/GROOVY-399

link|improve this answer
feedback

The book I've red (which might be outdated) says that you need to have variable that contains <% and %> and then you need to output those variables.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.