次のようなxthmlファイルが1つあります。
<?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 が応答しなくなります。これを修正するにはどうすればよいですか? ありがとう。