If you look at .java file generated for the index.jsp file, you can see that scriplets are written as is and the other lines are written to out.write.

Hence you can see, your println only once.
...