I am working on a spring mvc project with weblogic 10.3.6. However,when I run the application, I am getting this error:
login.jsp:2:5: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file.
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
^----^
login.jsp:2:5: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file.
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
^----^
login.jsp:5:5: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file.
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
^----^
login.jsp:5:5: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file.
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
^----^
login.jsp:15:6: The tag handler class was not found "jsp_servlet._tags.__headcommons_tag".
<imap:headCommons/>
^--------------^
login.jsp:15:6: The tag handler class was not found "jsp_servlet._tags.__headcommons_tag".
<imap:headCommons/>
^--------------^
headCommons.tag:6:5: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file.
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
^----^
headCommons.tag:6:5: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file.
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
I am reading everydat everything I can on the Internet but I could not solve my problem. I need help, What can I do to solve this problem?
I am using jstl 1.2 ,hibernate 4.2.7, spring mvc 3.2.5. and weblogic 10.3.6.0
答案 0 :(得分:0)
您需要安装随WebLogic提供的JSTL共享库。默认情况下不安装这些。安装步骤可以在这里找到: