How comment a JSP expression?
Posted
by kmilo
on Stack Overflow
See other posts from Stack Overflow
or by kmilo
Published on 2008-10-20T22:59:27Z
Indexed on
2010/04/26
17:53 UTC
Read the original article
Hit count: 186
How can I comment a JSP expression like: <%= map.size() %>
Is there something like <%= // map.size() %>?
© Stack Overflow or respective owner