Quando clico no botao de comprar para adicionar o produto ao carrinho me retorna no segunte errO:
jan 24, 2019 8:34:25 PM org.apache.catalina.core.ApplicationDispatcher invoke
GRAVE: Servlet.service() for servlet [jsp] threw exception
javax.el.PropertyNotFoundException: Property [build] not found on type [org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder$MethodArgumentBuilder]
at javax.el.BeanELResolver$BeanProperties.get(BeanELResolver.java:260)
at javax.el.BeanELResolver$BeanProperties.access$300(BeanELResolver.java:212)
at javax.el.BeanELResolver.property(BeanELResolver.java:347)
at javax.el.BeanELResolver.getValue(BeanELResolver.java:92)
at org.apache.jasper.el.JasperELResolver.getValue(JasperELResolver.java:113)
parece ser no botão de remover segue o codigo do mesmo:
<form action="${s:mvcUrl('CCC#remover').arg(0, item.produto.id).arg(1, item.tipoPreco).build() }"
method="POST">
<input type="image"
src="${contextPath }/resources/imagens/excluir.png"
alt="Excluir" title="Excluir" />
</form>