Raw Tag Jan 08, 2014 | Comments Raw tag is used here to prevent groovy code parsing. Code: 1 <%= raw text: '${ 2 + 2 }' %> = ${ 2 + 2 } Result: ${ 2 + 2 } = 4
Raw Tag Jan 08, 2014 | Comments Raw tag is used here to prevent groovy code parsing. Code: 1 <%= raw text: '${ 2 + 2 }' %> = ${ 2 + 2 } Result: ${ 2 + 2 } = 4