tengo dos jsp en cual ninguno quiere tomar las hojas de estilo y la verdad he cambiado las rutas, rutas absolutas y nada:
<head>
<link href="css/webestilo.css" rel="stylesheet" type="text/css"/>
</head>
<body class="body">
<table class="fondo" width="99%">
<tr>
<td>Nombre</td>
<td>Descripcion</td>
<td>Ente</td>
</tr>
</table>
<table class="fondo" width="99%">
<s:iterator value="lista">
<td><s:property value="nombre"/></a></td>
<td><s:property value="descripcion"/></td>
<td><s:property value="ente"/></td>
</tr>
</s:iterator>
</table>
</body>
lo mismo me sucede en el siguiente jsp con css y el jquery, alguien me podria ayudar