Bom dia,
tenho o arquivo ‘tagdinamica.tag’ do livro do Edson Goncalves no NB 6.9 e ele está sublinhando a linha do core JSTL com a mensagem “The absolute URI ‘http://java.sun.com/jsp/jstl/core’ cannot be resolved in either web.xml or the jar files deployed with application”.
<%@tag pageEncoding="ISO-8859-1" body-content="empty"%>
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> <------- NB está gritando aki
<%@attribute name="opcoes" required="true"%>
<%@attribute name="delimitadores" required="true"%>
<%@attribute name="nome" required="true"%>
<%@attribute name="tamanho"%>
<%@attribute name="multiplo"%>
Procurei na net mas não encontrei ainda a solução. Alguém já passou por isso?
Grato.