gmap<p:ajax> Parent not an instance of ClientBehaviorHolder

UI Components for JSF
Post Reply
sebastianovide
Posts: 90
Joined: 19 Dec 2010, 17:08

04 Aug 2011, 18:36

<p:gmap ....
<p:ajax ...

I'm getting:

<p:ajax> Parent not an instance of ClientBehaviorHolder: org.primefaces.component.gmap.GMap@2bebe50b

any idea ?

cagatay.civici
Prime
Posts: 18616
Joined: 05 Jan 2009, 00:21
Location: Cybertron
Contact:

05 Aug 2011, 01:58

Use at least PF 3.0.M2

sebastianovide
Posts: 90
Joined: 19 Dec 2010, 17:08

05 Aug 2011, 10:04

fair enough... I'm still using M1 because M2 has a couple of bugs (fixed in trunk)... so waiting for M3...

thanks (do you know when M3 will be available?)

sergiool
Posts: 13
Joined: 29 Mar 2012, 11:28
Location: Cd. Sahagún; Hidalgo. México

20 Jul 2012, 11:10

I am using glassfish 3.3.1 and 3.1.2 Primefaces and I presented the following error: Parent not an instance <p:ajax> of ClientBehaviorHolder: org.primefaces.component.datatable.DataTable.

What is the problem? What should I do? Does anyone have a solution? :?: :idea:
Primefaces 5.1
Mojarra 2.2.9
Glassfish 3.1.2
Wildfly 8.1
Ubuntu 14
Netbeans 8.0.1

cagatay.civici
Prime
Posts: 18616
Joined: 05 Jan 2009, 00:21
Location: Cybertron
Contact:

20 Jul 2012, 11:41

Multiple copies of PrimeFaces maybe?

sergiool
Posts: 13
Joined: 29 Mar 2012, 11:28
Location: Cd. Sahagún; Hidalgo. México

20 Jul 2012, 12:05

I do not understand. How multiple copies?
Primefaces 5.1
Mojarra 2.2.9
Glassfish 3.1.2
Wildfly 8.1
Ubuntu 14
Netbeans 8.0.1

kukeltje
Expert Member
Posts: 9605
Joined: 17 Jun 2010, 13:34
Location: Netherlands

20 Jul 2012, 12:08

primefaces jar files

sergiool
Posts: 13
Joined: 29 Mar 2012, 11:28
Location: Cd. Sahagún; Hidalgo. México

20 Jul 2012, 12:25

In my project, I have only associated as the jar libraries for version 3.3.1
Primefaces 5.1
Mojarra 2.2.9
Glassfish 3.1.2
Wildfly 8.1
Ubuntu 14
Netbeans 8.0.1

sergiool
Posts: 13
Joined: 29 Mar 2012, 11:28
Location: Cd. Sahagún; Hidalgo. México

20 Jul 2012, 12:45

Corrected the problem

Change the file pom.xml

I had it
<repository>
<id>prime-repo</id>
<name>PrimeFaces Maven Repository</name>
<url>http://repository.primefaces.org</url>
<layout>default</layout>
</repository>

and put

<repository>
<id>prime-repo</id>
<name>Prime Technology Maven Repository</name>
<url>http://repository.primefaces.org</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
Primefaces 5.1
Mojarra 2.2.9
Glassfish 3.1.2
Wildfly 8.1
Ubuntu 14
Netbeans 8.0.1

kukeltje
Expert Member
Posts: 9605
Joined: 17 Jun 2010, 13:34
Location: Netherlands

20 Jul 2012, 14:14

strange, they should logically be the same afaik

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: Google [Bot] and 46 guests