2 Replies Latest reply on Sep 21, 2007 8:23 AM by kgoedert

    Rich faces exception

    kgoedert

      I´m using seam cr1 and richfaces version that came with it. When I try to create a component on the server side, for instance, HtmlTab during the deploy I get ClassNotFoundException for the component. All 3 richfaces jar files are in my WEB-INF/lib.

      What may be wrong?

      Thanks

        • 1. Re: Rich faces exception
          pmuir

          You need make sure your code which creates the HtmlTab and the richfaces-ui.jar (in this case) are on the same classpath. If you have an ear with an ejb, and are trying to do this in the EJB they won't be.

          • 2. Re: Rich faces exception
            kgoedert

            Yes, my session bean is the one trying to do it. How should I package richfaces? Or I shouldn´t be doing this?