E ai pessoal, alguém tem alguma resposta sobre o erro acima???
meu codigo está seguinte forma:
[b]web.xml
<!-- TAG DO JSTL -->
<taglib>
<taglib-uri>http://struts.apache.org/tags-bean-el</taglib-uri>
<taglib-location>/WEB-INF/tld/struts-bean.tld</taglib-location>
</taglib>
[b]Meu JSP
<%@page contentType="text/html"%>
<%@page pageEncoding="UTF-8"%>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html"%>
<%@ taglib uri="http://struts.apache.org/tags-bean-el" prefix="bean"%>
" prefix="bean" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<style type="text/css">
#menu{
width:130px;
height:550px;
background:#FFFFCC;
padding:5px;
border:3px inset #cccccc;
}
#menu ul{
widht:110px;
padding:6px;
margin:0;
background: RED;
border:3px outset #ffffff;
}
#menu li {
list-style: none;
padding:3px 5px;
background:#666666;
margin-bottom:2px;
font: 12px verdana, arial, helvetiva, sans-serif;
}
#menu li a {
color: #ffffff;
text-decoration: none;
}
#menu li a:visited {
color: #000099;
}
#menu li a:hover {
color: #000;
background-color:#fff;
}
</style>
<title>Struts Project</title>
<div id="menu">
- <html:link action="/ProdutoSubmit"><bean:message key="cadastro.de.cliente"/></html:link>
- <html:link action="/CadAndProc" ><bean:message key="cadastro.andamento.processual"/></html:link>
- <html:link action="" ><bean:message key="cadastro.de.honorarios"/></html:link>
- <html:link action="" ><bean:message key="cadastro.de.tarefas"/></html:link>
- <html:link action="" ></html:link>
- <html:link action="" >LINK 5</html:link>
- <html:link action="" >LINK 6</html:link>
</div>
[/code]
[b]Meu .properties
# -- keys --
cadastro.de.cliente=Cadastro de Clientes
cadastro.andamento.processual=Cadastro/Andamento Procecessual
cadastro.de.honorarios=Honorários
cadastro.de.tarefas=Tarefas
Estava usando um exemplo como base mas não sei o que é se alguém puder mu ajudar!!! vlw!!