1

IntelliJ の使用 私のプロジェクト内では、このパス bundle/src/main/resources/META-INF/cet-tags.tld があります

cet-tags.tld は次のとおりです。

<taglib xmlns="http://java.sun.com/xml/ns/j2ee"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd"
        version="2.0">
    <tlib-version>3.0</tlib-version>
    <short-name>cet</short-name>
    <uri>http://www.sample.com/sample/taglib</uri>
    <tag>
</tag>

ページを開くと、ページに jasper 例外が表示されます: JasperException: page.jsp(4,0) 絶対 uri: http://www.sample.com/sample/taglibは、web.xml またはこのアプリケーションでデプロイされた jar ファイル

4

0 に答える 0