vote up 0 vote down star

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

flag

50% accept rate

2 Answers

vote up 0 vote down

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|flag
vote up 0 vote down

Looks like it might be a bug

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

link|flag

Your Answer

Get an OpenID
or

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