Boa tarde.
Já tentei de tudo mas não consegui resolver esse erro:
Form.jsp:
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@ taglib uri="http://www.springframework.org/tags/form" prefix="form"%> <%@ taglib uri="http://www.springframework.org/tags" prefix="s" %>
<button type="submit">Cadastrar</button>
</form:form>
----------------------------Erro---------------------------------------- HTTP Status 500 – Internal Server Error Type Exception Report
Message An exception occurred processing [/WEB-INF/views/produtos/form.jsp] at line [13]
Description The server encountered an unexpected condition that prevented it from fulfilling the request.
Exception
org.apache.jasper.JasperException: An exception occurred processing [/WEB-INF/views/produtos/form.jsp] at line [13]
10: 11: 12: 13: <form:form action="${s:mvcUrl('PC#gravar').build() }" method="POST" 14: commandName="produto"> 15:
*Alguém consegue me ajudar por favor?
Obg!