Problemas com jstl

Pessoal estou tentando usar jstl, mas quando tento acessar a pagina me dar o seguinte erro:

org.apache.jasper.JasperException: Unable to read TLD “META-INF/c.tld” from JAR file “file:/C:/tomcat/webapps/ramaisjsf1/WEB-INF/lib/standard.jar”: org.apache.jasper.JasperException: Failed to load or instantiate TagLibraryValidator class: org.apache.taglibs.standard.tlv.JstlCoreTLV
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:50)
org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:407)
org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:179)
org.apache.jasper.compiler.TagLibraryInfoImpl.<init>(TagLibraryInfoImpl.java:181)
org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:418)
org.apache.jasper.compiler.Parser.parseDirective(Parser.java:483)
org.apache.jasper.compiler.Parser.parseElements(Parser.java:1543)
org.apache.jasper.compiler.Parser.parse(Parser.java:126)
org.apache.jasper.compiler.ParserController.doParse(ParserController.java:211)
org.apache.jasper.compiler.ParserController.parse(ParserController.java:100)
org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:146)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:286)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:267)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:255)
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:556)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:293)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:291)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

note The full stack trace of the root cause is available in the Apache Tomcat/5.5.9 logs.

se alguem souber o que é isso?

Cara,
coloca ai a chamada do TLD! da sua JSP!
<c:???>

Estou fazendo isso:

&lt;%@taglib uri=&quot;http&#58;//java.sun.com/jsp/jstl/core&quot; prefix=&quot;c&quot;%&gt;
&lt;html&gt;
&lt;body bgcolor=&quot;#ffffff&quot;&gt;
&lt;c&#58;redirect url=&quot;/login.jsf&quot;&gt;&lt;/c&#58;redirect&gt;
&lt;/body&gt;
&lt;/html&gt;

Só por curiosidade.

Vc baixou e instalou a jstl e configurou o web.xml?

Eu tive problemas parecidos quando estava começando com jstl.

Vamos continuar no topico que poderemos te ajudar.

Se possivel colocar o conteudo do teu web.xml

Os Jars da Jstl devem estar sob o diretório /lib da tua aplicação! Estão? :cool:

só para complementar, no teu web.xml a tag <webapp> esta assim:

&lt;web-app version=&quot;2.4&quot; xmlns=&quot;http&#58;//java.sun.com/xml/ns/j2ee&quot; xmlns&#58;xsi=&quot;http&#58;//www.w3.org/2001/XMLSchema-instance&quot; xsi&#58;schemaLocation=&quot;http&#58;//java.sun.com/xml/ns/j2ee  http&#58;//java.sun.com/xml/ns/j2ee/web-app_2_4.xsd&quot;&gt;

??

:okok:

valeu marcossousa, fiz isso e funcionou!

[quote=“marcossousa”]só para complementar, no teu web.xml a tag <webapp> esta assim:

&lt;web-app version=&quot;2.4&quot; xmlns=&quot;http&#58;//java.sun.com/xml/ns/j2ee&quot; xmlns&#58;xsi=&quot;http&#58;//www.w3.org/2001/XMLSchema-instance&quot; xsi&#58;schemaLocation=&quot;http&#58;//java.sun.com/xml/ns/j2ee  http&#58;//java.sun.com/xml/ns/j2ee/web-app_2_4.xsd&quot;&gt;

??

:okok:[/quote]

valeu marcossousa, fiz isso e funcionou!