Pessoal, em uma pág. jsp que estou fazendo tem uns erros ocorrendo.
A parte do código está abaixo:
<%@ page language=“java” contentType=“text/html; charset=ISO-8859-1” pageEncoding=“ISO-8859-1”%>
<!DOCTYPE html PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN” “http://www.w3.org/TR/html4/loose.dtd”>
<%@ taglib prefix=“c” uri=“http://java.sun.com/jsp/jstl/core” %> [color=red]<-- “cannot find the tag library descriptor for http://java.sun.com/jsp/jstl/core”[/color]
<%@ taglib prefix=“fmt” uri=“http://java.sun.com/jsp/jstl/fmt” %> [color=red]<-- “cannot find the tag library descriptor for http://java.sun.com/jsp/jstl/fmt”[/color]
Por que essas tags não são reconhecidas?
Se puderem me mostrar o que fazer e como fazer, eu agradeço.