Como vc mapeou JSTL no seu web.xml?
aki tem algumas referencias
http://www.ucb.br/prg/professores/fgoulart/JSTL.pdf
abraçus
Como vc mapeou JSTL no seu web.xml?
aki tem algumas referencias
http://www.ucb.br/prg/professores/fgoulart/JSTL.pdf
abraçus
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]
[code]
<%@ page language=“java” contentType="text/html; charset=ISO-8859-1"
pageEncoding=“ISO-8859-1”%>
<%@ taglib uri=“http://java.sun.com/jstl/core” prefix=“c” %>