JavaServer page example input
Appearance
Below is an example of a JavaServer Page file. Its resulting output can be found here.
<%@ page errorPage="myerror.jsp" %> <%@ page import="com.foo.bar" %>
<html> <head> <%! int serverInstanceVariable = 1;%> ... <% int localStackBasedVariable = 1; %> <t a b le> <t r><t d><%= "expanded inline data " + 1 %></t d></t r> ...