1 Reply Latest reply on Oct 28, 2009 10:17 AM by daxxy

    org.ajax4jsf.component.UIRepeat not resolving

    daxxy

      I'm using eclipse with jboss tools and trying to implement the updateable table as shown in the a4j:repeat example. This is exactly the functionality I need for my app and I was excited to find this today (thanks to your recent blog posting Ilya), but I can't get UIRepeat to resolve. Eclipse only offers com.sun.facelets.component as a possible package name.

      Where is UIRepeat?

      I am using richfaces 3.3.1, but I installed 3.3.2.SR1 just in case and still it does not resolve.

      TDR

        • 1. Re: org.ajax4jsf.component.UIRepeat not resolving
          daxxy

          I ended up adding richfaces-ui.jar to my Referenced Libraries in my eclipse project and that took care of it.

          I don't really understand why the jars in "lib" are different from the jars in "Referenced Libraries" but that is not a discussion for this forum.

          TDR