Re:JSTL (Exception)

2 respostas
M

Como vc mapeou JSTL no seu web.xml?

aki tem algumas referencias

http://www.ucb.br/prg/professores/fgoulart/JSTL.pdf

abraçus

2 Respostas

lmprates

http://forum.java.sun.com/thread.jspa?threadID=613520&messageID=3394683

talvez ajude…

everson_z
Ajuda, Tanto com <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %> ou <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> da o erro: [color=red]Exception initializing TldLocationsCache: XML parsing error on file /WEB-INF/lib/standard.jar: (line 3, col 8): Document is invalid: no grammar found.[/color]
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
    pageEncoding="ISO-8859-1"%>
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>index</title>
</head>
<body>
Teste
</body>
</html>
JDK 1.4 TOMCAT 4.1 JSTL 1.1.2 Arquivos jstl.jar e standard.jar na pasta lib do projeto
Criado 18 de junho de 2007
Ultima resposta 18 de jun. de 2007
Respostas 2
Participantes 3