我的 JSP 上有一个 URI,并找到了带有 jar 的 tld。jsp 和 tld 都具有相同的 URI,但我收到以下错误
Error(3,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.
在 JSP 上看起来像这样
<%@ taglib uri="http://xmlns.oracle.com/adf/faces/rich" prefix="af"%>
就像这样
<tlib-version>11.1.2.3.0</tlib-version>
<short-name>af</short-name>
<uri>http://xmlns.oracle.com/adf/faces/rich</uri>