我在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>
帮我解决这个问题..提前致谢。