- From: Walter do Valle <walter@softplan.com.br>
- Date: Wed, 14 Mar 2001 17:34:52 -0300
- To: "www-jigsaw@w3.org" <www-jigsaw@w3.org>
- Message-ID: <3AAFD5EC.8FE523C1@softplan.com.br>
Hello
What's the problem with this jsp file? I am trying to test Jigsaw 2.2.0
jsp suport but Jigsaw doesn't run this file. What can I doing wrong?
<html>
<head>
<title>Sample Application JSP Page</title>
</head>
<body bgcolor=white>
<table border="0">
<tr>
<td align=center>
<img src="images/test.gif">
</td>
<td>
<h1>Sample Application JSP Page</h1>
This is the output of a JSP page that is part of the Hello, World
application. It displays several useful values from the request
we are currently processing.
</td>
</tr>
</table>
<table border="0" border="100%">
<tr>
<th align="right">Context Path:</th>
<td align="left"></td>
</tr>
<tr>
<th align="right">Path Information:</th>
<td align="left"><%= request.getPathInfo() %></td>
</tr>
<tr>
<th align="right">Query String:</th>
<td align="left"><%= request.getQueryString() %></td>
</tr>
<tr>
<th align="right">Request Method:</th>
<td align="left"><%= request.getMethod() %></td>
</tr>
<tr>
<th align="right">Servlet Path:</th>
<td align="left"><%= request.getServletPath() %></td>
</tr>
</table>
</body>
</html>
--
(_:_ --- Walter do Valle
/---------/ Analista de Sistemas
.-/. \ / \--.
/ / \ \ 7 / / \ \ Softplan Planejamento e Sistemas
\ ` / -o---\--- / Florianopolis - SC
`--' L `--'
Received on Wednesday, 14 March 2001 15:34:41 UTC