Some component not found in tag library, ie. rowEditor

UI Components for JSF
ozbluesky
Posts: 20
Joined: 30 Oct 2010, 06:39

31 Oct 2010, 08:48

Hi,

I'm using Netbean 6.9.1, just downloaded primefaces-2.2.M1.jar. Most of the components works fine. But there are some giving "The component library null doesn't contain such component" at design time, and run time doesn't render anything. For example, in-cell edit datatable, regular columns are showing properly, but <p:rowEditor /> is having such problem.
<p:dataTable>
....
<p:column headerText="Options">
<p:rowEditor />
</p:column>
</p:dataTable>

I noticed that the showcases is Running PrimeFaces-2.2.RC1-SNAPSHOT on Mojarra-2.0.3-FCS. Does it mean it's new feature that not yet available on final release? If so, how can I know which one is not available, so that I'll save time not to look into them until they are officially available?

Thanks.
River
PrimeFaces 2.2.1/3.0M1, JSF2.0, Netbean 6.9.1 GlassFishes 3

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

31 Oct 2010, 10:17

You need latest snapshot of 2.2.RC or you can wait for 2.2.RC release.

jharber
Posts: 8
Joined: 21 Oct 2010, 13:45
Contact:

01 Nov 2010, 12:47

I downloaded and implemented the latest snapshot and am still experiencing issues with the rowEditor tag ... is there anything else that needs to be added to that tag?

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

01 Nov 2010, 13:37

Try 2.2.RC1 release.

jharber
Posts: 8
Joined: 21 Oct 2010, 13:45
Contact:

01 Nov 2010, 15:22

Hi, I did try it with the 2.2RC1 release at first, and the IDE picks up the libraries no problem. It is when I run it on glassfish that I get the error:

javax.faces.view.facelets.TagException: /MenuUpdate.xhtml @68,39 <p:rowEditor> Tag Library supports namespace: http://primefaces.prime.com.tr/ui, but no tag was defined for name: rowEditor

any ideas?

lordpixel
Posts: 134
Joined: 17 Jun 2010, 17:46

03 Nov 2010, 17:11

I've the same problem ......

foolshat
Posts: 59
Joined: 03 Nov 2010, 21:36

03 Nov 2010, 21:39

Just got latest 2.2RC1 and also get the same problem using the rowEditor.


javax.faces.view.facelets.TagException: /UserAdmin/Components/friendsfamilycolumns.xhtml @51,46 <p:rowEditor> Tag Library supports namespace: http://primefaces.prime.com.tr/ui, but no tag was defined for name: rowEditor
at com.sun.faces.facelets.compiler.CompilationManager.pushTag(CompilationManager.java:285)
at com.sun.faces.facelets.compiler.SAXCompiler$CompilationHandler.startElement(SAXCompiler.java:225)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:501)
PrimeFaces 2.2 RC2 , Glassfish3.0.1 Mojarra 2.0.2, Netbeans 6.9.1 Java, Scala and AKKA

lordpixel
Posts: 134
Joined: 17 Jun 2010, 17:46

04 Nov 2010, 10:48

I've tried to download last release but the problem persists...
Where's the problem? Have to change some configuration?

lordpixel
Posts: 134
Joined: 17 Jun 2010, 17:46

04 Nov 2010, 10:53

I've found a temporary solution

use for editor column the old tag

Code: Select all

<p:column editor="true" />
It will be marked as error but will work on runtime.

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

04 Nov 2010, 10:59

Strange, showcase is running on 2.2.RC1;

http://www.primefaces.org/showcase/ui/d ... diting.jsf

Try with a clean deploy.

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

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