JSP Expression Language
<%-- <%@page isScriptingEnabled="true" %> --%>
<html>
<head>
<title>Using the JSP Expression Language</title>
</head>
<body>
<h1>The Expression Language</h1>
The value of the name is ${header.userAgent}.
</body>
</html>
<%-- <%@page isScriptingEnabled="true" %> --%>
<html>
<head>
<title>Using the JSP Expression Language</title>
</head>
<body>
<h1>The Expression Language</h1>
The value of the name is ${header.userAgent}.
</body>
</html>
Once upon a time there was a boy who loved a girl, and her laughter was a question he wanted to spend his whole life answering.
Created with by ThemeXpose
0 comments