Hi, guys:
Thanks for finally releasing 1.0.0!
Unfortunately, I stumbled onto the bug that can be illustrated
by the following jsp page:
<!-- <% if (true) { %> <%= System.currentTimeMillis () %> <% } %> -->
View source of the generated html page to see the bug.
It demonstrates that scriptlets inside an html comment do not get
translated (while java expressions do).
Yaroslav