Underscore.js templates use <%= %> for variable interpolation. Unfortunately that is also interpreted in a JSP (or GSP). Is there a way to use Underscore.js templates within JSPs?
|
feedback
|
|
According to the webpage you linked to:
It suggests you change the | |||||
feedback
|
|
Add the following interpolate and evaluate settings in your jsp page
then you can write your qualify underscore variables,if and for statements with | |||||||
feedback
|