Ola pessoal,
Existe alguma diferença entre ID e action? Se eu trocar o action pelo ID, pode resultar falha em algum momento?
<form action="novaEmpresa" method="post">
Nome: <input type="text" name="nome" /><br />
<input type="submit" value="Enviar" />
</form>
Ambos funcionam com post/get/put?