Saudações… companheiros…
Estou “trocando” minhas Tags para jstl e estou com o seguinte problema:
HTTP Status 404 - /minhaaplic/actions/${men001}
ONDE:
JSP
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
<%@ taglib prefix="html" uri="http://struts.apache.org/tags-html-el" %>
<%@ taglib prefix="bean" uri="http://struts.apache.org/tags-bean-el" %>
..
...
....
<c:url var="men001" value="cadastrogeral.do" > <c:param name="sCad" value="cadprod"/></c:url>
<a href="${men001}"><FONT COLOR=#000000>Cadastro1</FONT></a><br>
web.xml
.
..
...
<taglib>
<taglib-uri>http://java.sun.com/jstl/core</taglib-uri>
<taglib-location>/WEB-INF/tld/c-1_0-rt.tld</taglib-location>
</taglib>
<taglib>
<taglib-uri>http://java.sun.com/jstl/fmt</taglib-uri>
<taglib-location>/WEB-INF/tld/fmt-1_0-rt.tld</taglib-location>
</taglib>