Estou com problema ao enviar os dados do form pois ele vai para uma página com o seguinte erro: HTTP Status 404 - /projetoepessoas type Status report message /projetoepessoas description The requested resource is not available. Apache Tomcat/7.0.85
[....]
<form:form action="${ s:mvcUrl('PC#gravar').build() }" method="post" commandName="carro">
[....]
<label>Imagem:</label>
<input name="imagem" type="file" />
<button type="submit" class="btn btn-info w-100">Continuar</button>
</form:form>
[....]