[code]<form name=“Cadastro” action=“Cadastrar” method=“post”>
Evento: <select name="<EVENTOS>" id="eventos">
<option></option>
<option></option>
<option></option>
<option></option>
</select><br><br>
Esporte: <select name="<MODALIDADES>" id="modalidades">
<option></option>
<option></option>
<option></option>
<option></option>
</select><br><br>
Nome da Equipe <input type="text" name="identificacao" value="" size="10" /> <br><br>
Representante <input type="text" name="representante" value="" size="10" /> <br><br>
<input type="submit" value="Cadastrar" name="Cadastrar"/>
</form> [/code]
[b][color=red]ERRO: HTTP Status 405 - HTTP method POST is not supported by this URL
type Status report
messageHTTP method POST is not supported by this URL
descriptionThe specified HTTP method is not allowed for the requested resource (HTTP method POST is not supported by this URL).
GlassFish v3[/color]
Alguém consegue identificar o erro?[/b]