When we develop web applications with Java Server Pages (JSP) we probably need taglib declartions like this:
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" %>
NetBeans help us with selecting the correct uri attribute value. NetBeans shows a list of suggestions to use for the URI attribute. Besides the standard Sun tag libraries shows NetBeans also tag libraries we defined ourselves in our project: