【发布时间】:2011-05-02 21:57:48
【问题描述】:
我正在使用 Eclipse 来处理这样的 PrimeFaces:
<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:p="http://primefaces.prime.com.tr/ui"
template="/template/ui.xhtml">
所以它只适用于 h 和 f 标签,不适用于 p(primefaces)标签!如何自动完成 primefaces 标签?
【问题讨论】:
标签: eclipse jsf facelets primefaces