maybe its your if statement ... why do you use a single '&' ... its a binary operator... use &&<br><div><span class="gmail_quote"></span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">if (request.getParameter("email")!=null &<br>request.getParameter("mensagem")!=null){
<br>
</blockquote></div>hth<br>