Displaytag + eclipse

Boa tarde.

Estou tentando utilizar o displaytag no eclipse mas não estou conseguindo.
Baixei o displaytag no site oficial, copiei as jars para a pasta lib do meu projeto, mas quando tento visualizar a página aparece o seguinte erro:

org.apache.jasper.JasperException: The absolute uri: http://displaytag.sf.net cannot be resolved in either web.xml or the jar files deployed with this application
	org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:51)
	org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:409)
	org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:116)
.
.
.

Li um tópico aqui no grupo em que uma pessoa resolveu o problema instalando o amateras, mas isso não resolveu meu problema.

Alguém pode me ajudar?

Grato pela atenção
Arley Pinto

E ai meu amigo tudo em ordem?

Cara, insere ele no seu web.xml

Segue exemplo:

<taglib> <taglib-uri>http://displaytag.org</taglib-uri> <taglib-location>/WEB-INF/displaytag.tld</taglib-location> </taglib>

Isso dentro de no seu web.xml

Espero ter ajudado.

abraços

Valeu cara, funcionou perfeitamente.

Muito obrigado pela atenção