Hi, it's a very simple form, But I don't know why I go this error all the
time in the output of tomcat when just loading the page :
2001-04-09 01:40:32 - Ctx( /cartoline ): IOException in: R( /cartoline +
/sfumato.gif + null) Connection aborted by peer: socket write error
Here is the jsp file, I reduced it, I took everything of (action ="..." and
others :
<html>
<head>
<title>Untitled</title>
</head>
<body>
<base href="http://test12345.ssb.com:8080/cartoline/">
<TABLE align=center border=2 cellPadding=2 width=750>
<FORM >
<TR>
<TD><P class=cella>Cartoline di natale<BR>Christmas cards</P></TD>
<TD><IMG alt="" border=0 height=150 src="sfumato.gif" </TD>
</TR>
<tr>
<td> <INPUT name=writecard type=submit value="Submit Query"> </td>
</tr>
</form>
</table>
</body>
</html>
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets