<%= x+1 %> <%= request.getParameter("name") %> <%! counter++; %>is an oldschool way of coding and in JSP version 2 there exists a method to avoid Java code in JSP files. Can someone please tell me the alternative JSP 2 lines, and how this technique is called?