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