NetBeans 8.2 / PrimeFaces 6.1 Unrecognized Tags

UI Components for JSF
Post Reply
hink084
Posts: 1
Joined: 13 Jun 2017, 22:02

13 Jun 2017, 22:46

I have a Maven Project setup in NetBeans 8.2 that utilizes PrimeFaces 6.1 from Maven Central.

pom.xml

Code: Select all

<dependency>
        <groupId>org.primefaces</groupId>
        <artifactId>primefaces</artifactId>
        <version>6.1</version>
</dependency>
In my XHTML files I have defined the PrimeFaces namespace as follows:

*.xhtml

Code: Select all

xmlns:p="http://primefaces.org/ui"
The problem I am having is that NetBeans is not recognizing any PrimeFaces components.
Example: p:dataTable, p:ajax, etc are all showing as unrecognized (red squiggly underlined)

My application builds and executes just fine; however, this is very annoying because during development, the intellisense/autocomplete is not there

I have cleared my local Maven .m2 directory, but it had no effect.
If I reduce the version in my POM file to 6.0 then it does recognize the PrimeFaces components as expected.

This is clearly a NetBeans issue, but I was wondering if anyone else in the Prime Community has come across this issue or has any insight to a resolution.

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 49 guests