我有1个文件xthml如下:
<?xml version="1.0" encoding="UTF-8"?>
<ui:composition xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:p="http://primefaces.org/ui"
template="/WEB-INF/templates/default.xhtml">
<ui:define name="content">
.......
</ui:define>
</ui:composition>
重新启动我的eclipse 3.7后,Eclipse会执行验证,但它始终运行: “Facelet HTML验证器开始验证:student.xhtml”。 如果我在Windows中禁用Facelet验证 - 首选项,当我在此xhtml文件中执行Ctrl + Space时,eclipse将不响应。我该怎么做才能解决这个问题?感谢。