Kurz notiert:
Anything in <% %> delimiters is put inline.
Anything in <%= %> is put inline but without closing the current out.print().
Anything in <%! %> is put outside of the _jspservice() method.<%!
static volatile long counter = 0;
%>
|
|
# |
Kurz notiert:
Anything in <% %> delimiters is put inline.
Anything in <%= %> is put inline but without closing the current out.print().
Anything in <%! %> is put outside of the _jspservice() method.<%!
static volatile long counter = 0;
%>