Hi,

Remove the  :

enctype="text/plain"

in the line : <form  method=Post action="servlet/SendMail"
enctype="text/plain">

and try.

Regards,
Ritesh

----- Original Message -----
From: Taro Kondo <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 24, 2002 2:47 PM
Subject: Re: JavaMail in servlet 2


Hi Ritesh,

Here is what I have for the form page (really simple):

<html>
<head>
        <title>Mail test</title>
        <DEFANGED_meta http-equiv="Content-Type" content="text/html;
charset=Shift_JIS">
</head>




<h2>Mail test</h2>

<form  method=Post action="servlet/SendMail" enctype="text/plain">

<p>

mail<span class="required">*</span>


<textarea rows="5" cols="40" name="content"></textarea>


</p>


<br><br>
<p><input type=submit value="Finish"></p>


</form>



</body>
</html>

===========================================================================
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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to