Matrixbob
03-06-2005, 16:03
Chiamato volgarmente prova.jsp :) e dovrebbe stampare l'ora ... sembra quasi che non lo esegua in quanto compare la stinga JAVA :), avete consigli?! :mbe: :confused:
<html>
<head>
<title>
JSP Example
</title>
</head>
<body>
<h2>
Hello, today is:
<%= new java.util.Date() %>
</h2>
</body>
</html>
<html>
<head>
<title>
JSP Example
</title>
</head>
<body>
<h2>
Hello, today is:
<%= new java.util.Date() %>
</h2>
</body>
</html>