java-tutorials/spring-session/http-session-example/WebContent/index.html

13 lines
268 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="ISO-8859-1">
<title>Insert title here</title>
</head>
<body>
<form action="firstservlet">
Name: <input type="text" name="userName"/><br/> <br/>
<input type="submit" value="submit"/>
</form>
</body>
</html>