Quando clico na uri Voltar para a listagem
adicionada dentro da view adiciona.jsp
, acontece o seguinte erro:
HTTP Status 404 - /vraptor-produtos/produto/%3Cc:url%20value='/produto/lista'/%3E
type Status report
message /vraptor-produtos/produto/%3Cc:url%20value='/produto/lista'/%3E
description The requested resource is not available.
Apache Tomcat/8.0.29
Aqui esta o codigo da view adiciona.jsp
:
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Adiciona Produto</title>
</head>
<body>
<h1>Produto adicionado com sucesso!</h1>
<a href="<c:url value='/produto/lista'/>">
Voltar para a listagem
</a>
</body>
</html>