无法使用JSF 1.2运行primefaces 1.1

时间:2013-06-01 09:03:56

标签: jsf primefaces jsf-1.2

我正在尝试将 primefaces 1.1 JSF 1.2 一起使用 通过将jar添加到类路径,因为primefaces不需要任何配置,我的jsp页面如下:

<?xml version="1.0" encoding="UTF-8"?>
<jsp:root version="1.2"
          xmlns:f="http://java.sun.com/jsf/core"
          xmlns:h="http://java.sun.com/jsf/html"
          xmlns:jsp="http://java.sun.com/JSP/Page"
          xmlns:ui="http://www.sun.com/web/ui"
          xmlns:p="http://primefaces.prime.com.tr/ui">
    <jsp:directive.page contentType="text/html;charset=UTF-8" isELIgnored="false" pageEncoding="UTF-8"/>
    <f:view>
        <ui:page id="page1">
            <ui:html id="html1">

           <body id="body1">
                <ui:form binding="#{MyBean.gform}">
              <p:commandButton id="basic" value="Basic" onclick="dlg1.show();" type="button" /> 

                        <p:dialog id="basicDialog" header="Basic Dialog" widgetVar="dlg1">
                            <h:outputText value="Resistance to PrimeFaces is futile!" />
                        </p:dialog> 

但我收到'PrimeFaces' is undefined的脚本错误 请告知问题所在。

修改

尝试仅使用组件<p:spinner />进行测试,如同入门一样 我收到了错误:

The value of the property 'jQuery' is null or undefined, not a Function object 

1 个答案:

答案 0 :(得分:0)

如果您希望PrimeFaces包含他的JavaScript和CSS文件,您需要将<p:resources />添加到head