提问人:Hoang Dam 提问时间:9/28/2012 最后编辑:HawkenHoang Dam 更新时间:1/19/2018 访问量:1880
为什么 Facelet HTML 验证器验证我的 xhtml 文件无法完成
Why Facelet HTML Validator validate my xhtml file don't complete
问:
我有 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 验证器开始验证:学生 .xhtml”。 如果我在 Windows - 首选项中禁用 Facelet 验证,当我在此 xhtml 文件中执行 Ctrl + 空格键时,eclipse 将没有响应。我需要做些什么来解决这个问题?谢谢。
答: 暂无答案
评论
.xhtml
html