1

face-config.xml ファイルでエラーが発生しています

Cannot resolve the name 'javaee:descriptionGroup' to a(n) 'group' 
     component.
    -21 changed lines

方法がわかりません..以前はすべて正常に機能していました。何を編集したのかわかりません。このエラーが発生しています。

これが私の XML (faces-config.xml) ファイルの内容です:-

<?xml version="1.0" encoding="UTF-8"?>

<faces-config xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd"
    version="2.0">
    <application>
        <!--Configuration for supporting i18N -->
        <locale-config>
            <default-locale>en</default-locale>
            <supported-locale>fr</supported-locale>
        </locale-config>
        <resource-bundle>
            <base-name>messages</base-name>
            <var>messages</var>
        </resource-bundle>
    </application>
</faces-config>

これを解決するために私を助けてください..事前に感謝します。

4

0 に答える 0