JSP request Syntax

<html>
<head><title>A Simple Example</title></head>
<body>
<h2>Hello<%=request.getParameter("userName")%>, Have a nice day!</h2>
</body>
</html>

No comments:

Post a Comment