1 Reply Latest reply on Feb 17, 2017 12:24 PM by michpetrov

    a4j support not recognized in Netbeans 8.2

    hquevedo

      Hi.

       

      I'm trying to add ajax behaviour throught the use of <a4j:support> but Netbeans keeps saying a4j componente library does not have a component "support".

      I'm using tomcat 7.0.73

       

      It is a maven web application with the following pom:

                <dependency>

                  <groupId>org.richfaces.core</groupId>

                  <artifactId>richfaces-core-impl</artifactId>

                  <version>4.3.7.Final</version>

              </dependency>

              <dependency>

                  <groupId>org.richfaces.ui</groupId>

                  <artifactId>richfaces-components-ui</artifactId>

                  <version>4.3.7.Final</version>

              </dependency>

              <dependency>

                  <groupId>javax</groupId>

                  <artifactId>javaee-web-api</artifactId>

                  <version>6.0</version>

                  <scope>provided</scope>

              </dependency>

       

      Any ideas??

       

      Thank you.