I have problem with PE, not work !

Community Driven Extensions Project
Post Reply
IsaGC
Posts: 1
Joined: 14 Oct 2014, 23:30

14 Oct 2014, 23:43

I have PrimeFaces 5.0 and Primefaces Extensions 2.1.0 with JDK 8 and Tomcat 7 .
When I run any page with PE sends this error in FireBug:

"
TypeError: b is undefined
/*
"

This is code in xhtml:

Code: Select all

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:f="http://java.sun.com/jsf/core"
      xmlns:h="http://java.sun.com/jsf/html"
      xmlns:ui="http://java.sun.com/jsf/facelets"
      xmlns:pe="http://primefaces.org/ui/extensions"
      xmlns:p="http://primefaces.org/ui">
    <f:view contentType="text/html" locale="en">
        <pe:head title="PrimeFaces Extensions - ShowCase">
            <f:facet name="first">
                <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
                <meta http-equiv="pragma" content="no-cache"/>
                <meta http-equiv="cache-control" content="no-cache"/>
                <meta http-equiv="expires" content="0"/>
            </f:facet>
        </pe:head>
        <h:body>
            <pe:layout id="opciones" options="#{layoutController.layoutOptions}">
                <pe:layoutPane position="north">
                    <ui:insert name="header"/>
                </pe:layoutPane>
                <h:form id="form">
                    <ui:insert name="center">                        
                    </ui:insert>
                    <pe:layoutPane position="south">
                        <ui:insert name="footer"/>
                    </pe:layoutPane>
                </h:form>
            </pe:layout>
        </h:body>
    </f:view>
</html>

LadyAni
Posts: 4
Joined: 27 Nov 2013, 15:32

19 Nov 2014, 16:58

Hi,

did you ever solve this? I'm running into a similar issue after updating to PF 5.1.
PrimeFaces 4.0
MyFaces 2.1.13
Apache Tomcat 7.0.42

User avatar
sudheer
PrimeFaces Core Developer
Posts: 4345
Joined: 16 Oct 2011, 19:19
Location: Singapore

20 Nov 2014, 04:46

What is the PFE version used? is it PFE 3.0.0?
Author,Speaker
https://twitter.com/sudheerjonna
Github: https://github.com/sudheerj
Website http://sudheerjonna.com/

___________________
Sudheer Jonna

Post Reply

Return to “Extensions”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 11 guests