Ao clicar em "Comprar" aparece o seguinte erro.
HTTP Status 500 - An exception occurred processing JSP page /WEB-INF/views/carrinho/itens.jsp at line 88
type Exception report
message An exception occurred processing JSP page /WEB-INF/views/carrinho/itens.jsp at line 88
description The server encountered an internal error that prevented it from fulfilling this request.
exception
org.apache.jasper.JasperException: An exception occurred processing JSP page /WEB-INF/views/carrinho/itens.jsp at line 88
85: width="71px" height="100px" />
86: </td>
87: <td class="item-title">${item.produto.titulo }</td>
88: <td class="numeric-cell">${item.preco }</td>
89: <td class="quantity-input-cell">
90: <input type="number" min="0" id="quantidade" name="quantidade" value="${carrinhoCompras.getQuantidade(item) }" />
91: </td>