Expand my Community achievements bar.

Applications for the 2024-2025 Adobe Experience Manager Champion Program are open!
SOLVED

cannot find uri in global.jsp when exported using file vault into an Eclipse Maven PRoject

Avatar

Level 6

For example in libs\foundation\global.jsp

 

%><%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %><% // 
%><%@taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %><%
%><%@taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %><%

 

 

Produces errors 

Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core"

Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/fmt"

Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/functions"

1 Accepted Solution

Avatar

Correct answer by
Level 8

Can you please provide more details around what you are doing regarding "exported using file vault into an Eclipse Maven Project"?

thanks

scott

View solution in original post

1 Reply

Avatar

Correct answer by
Level 8

Can you please provide more details around what you are doing regarding "exported using file vault into an Eclipse Maven Project"?

thanks

scott