We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 651c78d commit 21a4636Copy full SHA for 21a4636
Java-File/result.jsp
@@ -0,0 +1,11 @@
1
+<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%>
2
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
3
+<html>
4
+<head>
5
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6
+<title>Result</title>
7
+</head>
8
+<body>
9
+<% String msg = (String)request.getAttribute("message");out.println(msg);%>
10
+</body>
11
+</html>
0 commit comments