ERRO no WEB.XML TAGLIBS

MEU WEB.XML está assim…

<?xml version="1.0" encoding="UTF-8"?>
<display-name>Expand</display-name>
<welcome-file-list>
	<welcome-file>index.html</welcome-file>
</welcome-file-list>
BuscaInform br.com.expandcards.curso.servlets.BuscaInform

Mas quando eu coloco TAGLIBS

http://java.sun.com/jstl/core-rt /WEB-INF/c-rt.tld Dá erro na primeira e Nao funciona o que esta errado? Eu creio que seja na Declaração inicial, alguem me ajuda... !! Valeu

E qual o erro?

Marca em VERMELHO a palavra TAGLIB, ao passar o mouse "invalid content was found starting with element taglib.

alguem pode ajudar?? :?:

Estava com o mesmo problema, mais consegui resolver, acredito ate que voce ja tenha conseguido. Segue abaixo a maneira correta, basta incluir a tag

 <jsp-config>
  	<taglib>
    	<taglib-uri>http://struts.apache.org/tagshtml</taglib-uri> 
     	<taglib-location>/WEB-INF/struts-html.tld </taglib-location> 
	</taglib>    
  </jsp-config>

Abraço