我使用 facelets 开发 jsf xhtml 页面,并且我总是为我声明的所有 taglibs 提供代码辅助我的 xhtml 根元素(h、f 等)
但是,因为像 30 分钟一样,当我 ctrl+space 时,我只有常规的 html 和 ui:* 提案。
我没有改变任何东西。它刚刚坏了,没有错误消息,什么都没有。
我搜索了网络,但也没有,或者我搜索不正确。
请帮我 :)
ps:这是我的 xhtml 页面标题之一的示例:
<?xml version="1.0" encoding="ISO-8859-1"?>
<ui:composition xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:r="http://richfaces.org/rich"
xmlns:c="http://java.sun.com/jstl/core"
xmlns:s="http://jboss.com/products/seam/taglib">