I get three errors in 2 of my .jsp pages namely:
Line 1:
<%@ taglib prefix="spring" uri="/spring" %>
Errror message: Can not find the tag library descriptor for "/spring"
Line 2:
<%@ taglib uri="http://displaytag.sourceforge.net/" prefix="display" %>
Error message: Multiple annotations found at this line: - Can not find the tag library descriptor for "http:// displaytag.sourceforge.net/" - Can not find the tag library descriptor for "http:// displaytag.sourceforge.net/"
Am I missing a specific .jar file in my project? thanks