Bosnoir,
Je travaille sur un projet et j'ai cet avertissement sur ma boucle forEach dans mon fichier jsp.
Multiple annotations found at this line: A problem was encountered using TagExtraInfo class org.apache.taglibs.standard.tei.ForEachTEI for 'c:forEach'

Nom : Capture d’écran 2023-07-12 à 17.46.20.png
Affichages : 185
Taille : 16,4 Ko
Comment m'en débarrasser ?

mon taglib a été bien intégré
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>