Olá a todos!!!Tenho meu file jsp:
<%@ page contentType="text/html; charset=UTF-8"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<title>Logar</title>
<!--
<link rel="stylesheet" type="text/css" href="styles.css">
-->
</head>
<body font="Arial"> <form method="post" action="logar.java" accept-charset="ISO-8859-1,UTF-8">
<table>
<tr>
<th>
<td colspan="15" align= "center">Por favor, digite usuário e senha!!</td>
</th>
</tr>
<tr>
</tr>
<tr><th><td>Login:</td></th>
<th align="center"><td><input type="text" name="login"/></td></th>
</tr>
<tr>
<th><td>Senha: </td></th>
<th align="center"><td><input type="password" name="senha"/></td></th>
</tr>
<tr align="center"><th>
<td colspan=5><input type="submit" value="logar""/></td>
</th></tr>
</table>
</form>
</body>
</html>
Já tentei de tudo que pesquisei. Mudei os arquivos xml para utf-8, arquivo css e nada!!Engraçado que numa pré-visualização com o editor, fica normal. A servlet que é chamada, não sofre deste mal também!!Teria mais alguma coisa, que poderia estar alterando??