Ajuda Struts2 iniciante ....Cannot find the tag library descriptor for "/struts-tags"

no codigo abaixo na linha uri="/struts-tags"

está me dando o erro no Eclipse

Cannot find the tag library descriptor for "/struts-tags"

abaixei todos os jar que tinha struts-2.0.14-lib.zip

por que esse erro ???

abs

<%@page contentType="text/html"%>
<%@page pageEncoding="UTF-8"%>
<%@taglib prefix="s" uri="/struts-tags"%>
<html>
	<head>
	    <title>DevMedia - Integrando o Struts2 com o JasperReports </title>
	</head>
	<h1>Emissão de Relatórios para web com o Struts 2</h1>
	<body>
		<s:form action=?myJasperTestPDF?>
		<s:submit value=?Gerar Relatório em PDF? ></s:submit>
		</s:form>
	</body>
</html>