Olá pessoal,
uma duvida criei um arquivo em
WEB-INF/validator/registrar.jsp
como faço pra chamar esse arquivo de um arquivo jsp
<td><a >Registrar Dados</a></td>
pois está dando
HTTP Status 404 - /validator/registrar.jsp
--------------------------------------------------------------------------------
type Status report
message /validator/registrar.jsp
description The requested resource (/validator/registrar.jsp) is not available.
--------------------------------------------------------------------------------
Apache Tomcat/5.5.25
–index.jsp
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %>
<html:html >
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<LINK href="estilo.css" type ="text/css" rel="stylesheet">
<title>Primeiro exemplo Validator</title>
<h2> Index.html</h2>
</head>
<body>
<table border="0">
<tr>
<td>
<td><a >Registrar Dados</a></td>
</td>
</tr>
</table>
</body>