Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

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