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?
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?