cannot find uri in global.jsp when exported using file vault into an Eclipse Maven PRoject | Community
Skip to main content
Level 6
October 16, 2015
Solved

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

  • October 16, 2015
  • 1 reply
  • 594 views

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"

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Scott_Brodersen

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

thanks

scott

1 reply

Scott_Brodersen
Scott_BrodersenAccepted solution
Level 8
October 16, 2015

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

thanks

scott