In a grails gsp template, how can I use a server side comment without sitemesh throwing an error?

Viewed 17723

When I use a standard jsp comment block in a gsp template

<%-- some server-side comment --%>    

, sitemesh throws an 'unexpected token' error. Is there another comment syntax I can use?

7 Answers
Related