Live Traffic

Our Story

Ceremony

Search

Just Married

JSP Expression Language

by - March 30, 2010

<%-- <%@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>

You May Also Like

0 comments