6 Replies Latest reply on Jan 13, 2011 5:46 AM by ilya_shaikovsky

    JSF + RichFaces integration problem

    alecsicus

      Hy all,

       

          i am developing a product using JSF, and now i want to add richfacesm , so i got the 3 jars, the  4 commons-xxx.jar, i add this in my xml

      <!-- Plugging the "Blue Sky" skin into the project -->

          <context-param>

                 <param-name>org.richfaces.SKIN</param-name>

                 <param-value>blueSky</param-value>

          </context-param>

       

          <!-- Making the RichFaces skin spread to standard HTML controls -->

          <context-param>

                <param-name>org.richfaces.CONTROL_SKINNING</param-name>

                <param-value>enable</param-value>

          </context-param>

       

          <!-- Defining and mapping the RichFaces filter -->

          <filter>

                 <display-name>RichFaces Filter</display-name>

                 <filter-name>richfaces</filter-name>

                 <filter-class>org.ajax4jsf.Filter</filter-class>

          </filter>

       

          <filter-mapping>

                 <filter-name>richfaces</filter-name>

                 <servlet-name>Faces Servlet</servlet-name>

                 <dispatcher>REQUEST</dispatcher>

                 <dispatcher>FORWARD</dispatcher>

                 <dispatcher>INCLUDE</dispatcher>

          </filter-mapping>

       

      and now my hole aplication it doesn't work

       

      for example i have a h:command link that calls a method . This method returns a string and from navigation case i can go to other pager

      it seems like the method is never even called

       

      Do you have any advice?

        • 1. JSF + RichFaces integration problem
          ilya40umov

          1) Do you have any errors/warnings in log files of app server?

          2) Please, specify what environment you are using(App server, jsf impl, jsf version, other libraries etc).

          3) Make sure that you made everything accordingly with http://docs.jboss.org/richfaces/latest_3_3_X/en/devguide/html/GettingStarted.html

          • 2. JSF + RichFaces integration problem
            alecsicus

            I dont have any errors but i have a full bunch of warnings

            I am using jboss 6.0 Final, jsf 2.0,  jsf-impl-2.0.3-b05.jar , richfaces-api-3.3.3.Final, richfaces-impl-jsf-3.3.3.Final, richfaces-ui-3.3.3.Final

            commons-beanutils-1.8.3, commons-collections-3.2. commons-digester-1.8, commons-login

             

            the aplication worked fine before adding richfaces

             

             

            11:29:36,331 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class '[handler-class: null]' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,331 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.ajax4jsf.taglib.html.facelets.ActionParamHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,346 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class '[handler-class: null]' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,346 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.ajax4jsf.webapp.taglib.AjaxComponentHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,346 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.ajax4jsf.webapp.taglib.AjaxComponentHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,346 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class '[handler-class: null]' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,346 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.ajax4jsf.webapp.taglib.AjaxComponentHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,346 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.ajax4jsf.taglib.html.facelets.IncludeHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,346 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class '[handler-class: null]' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,362 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.ajax4jsf.taglib.html.facelets.MediaOutputHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,362 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.ajax4jsf.webapp.taglib.AjaxComponentHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,362 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.ajax4jsf.taglib.html.facelets.AjaxPushHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,362 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.ajax4jsf.taglib.html.facelets.AjaxSupportHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,362 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.AjaxValidatorHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,362 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.CalendarTagHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,362 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class '[handler-class: null]' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,362 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.ColumnTagHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,377 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.ColumnsHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,377 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class '[handler-class: null]' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,377 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.RowKeyConverterComponentHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,377 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.DataFilterSliderTagHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,377 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.RowKeyConverterComponentHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,377 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.RowKeyConverterComponentHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,377 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.RowKeyConverterComponentHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,377 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.RowKeyConverterComponentHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,393 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.DataScrollerTagHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,393 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class '[handler-class: null]' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,393 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.DragSupportHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,393 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.DropDownMenuTagHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,393 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class '[handler-class: null]' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,393 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.DropSupportHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,393 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.FileUploadTagHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,409 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class '[handler-class: null]' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,424 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.GraphValidatorHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,424 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class '[handler-class: null]' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,424 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.PageTagHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,424 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.Paint2DTagHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,424 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.PanelMenuGroupTagHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,424 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.ajax4jsf.webapp.taglib.AjaxComponentHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,424 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.ScrollableDataTableTagHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,440 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class '[handler-class: null]' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,440 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.SimpleTogglePanelTagHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,440 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class '[handler-class: null]' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,440 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.RowKeyConverterComponentHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,440 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.SuggestionBoxTagHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,440 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.TabPanelTagHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,456 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.HtmlToolTipTagHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,456 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.TreeTagHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,456 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.TreeNodeTagHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,471 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.ajax4jsf.taglib.html.facelets.ActionParamHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,471 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class '[handler-class: null]' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,471 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.ajax4jsf.webapp.taglib.AjaxComponentHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,471 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.ajax4jsf.webapp.taglib.AjaxComponentHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,471 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class '[handler-class: null]' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,471 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.ajax4jsf.webapp.taglib.AjaxComponentHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,471 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.ajax4jsf.taglib.html.facelets.IncludeHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,487 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class '[handler-class: null]' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,487 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.ajax4jsf.taglib.html.facelets.MediaOutputHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,487 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.ajax4jsf.webapp.taglib.AjaxComponentHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,487 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.ajax4jsf.taglib.html.facelets.AjaxPushHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,487 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.ajax4jsf.taglib.html.facelets.AjaxSupportHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,487 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.AjaxValidatorHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,487 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.CalendarTagHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,487 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class '[handler-class: null]' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,502 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.ColumnTagHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,502 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.ColumnsHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,502 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class '[handler-class: null]' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,502 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.RowKeyConverterComponentHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,502 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.DataFilterSliderTagHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,502 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.RowKeyConverterComponentHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,502 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.RowKeyConverterComponentHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,502 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.RowKeyConverterComponentHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,518 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.RowKeyConverterComponentHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,518 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.DataScrollerTagHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,518 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class '[handler-class: null]' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,518 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.DragSupportHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,534 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.DropDownMenuTagHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,534 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class '[handler-class: null]' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,534 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.DropSupportHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,549 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.FileUploadTagHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,549 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class '[handler-class: null]' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,549 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.GraphValidatorHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,549 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class '[handler-class: null]' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,549 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.PageTagHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,549 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.Paint2DTagHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,549 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.PanelMenuGroupTagHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,549 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.ajax4jsf.webapp.taglib.AjaxComponentHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,565 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.ScrollableDataTableTagHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,565 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class '[handler-class: null]' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,565 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.SimpleTogglePanelTagHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,565 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class '[handler-class: null]' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,565 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.RowKeyConverterComponentHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,565 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.SuggestionBoxTagHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,565 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.TabPanelTagHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,581 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.HtmlToolTipTagHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,581 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.TreeTagHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            11:29:36,581 WARNING [config] JSF1029:  Application is versioned at 2.0 (either explicitly by the version of /WEB-INF/faces-config.xml or the lack of a /WEB-INF/faces-confg.xml), however class 'org.richfaces.taglib.TreeNodeTagHandler' depends on a legacy facelet class.  The facelet artifact represented by this class will not be registered.

            • 3. JSF + RichFaces integration problem
              ilya40umov

              Please, take a look at this article:

              http://community.jboss.org/wiki/RichFaces333andJSF20

              I suppose you should use richfaces-impl-jsf2 instead of richfaces-impl-jsf .

              • 4. JSF + RichFaces integration problem
                ilya_shaikovsky

                In order to use RichFaces 3.x with JSF 2 you should consider http://community.jboss.org/wiki/RichFaces333andJSF20

                • 5. Re: JSF + RichFaces integration problem
                  alecsicus

                  sorry for my tiping, i am already using richfaces-impl-jsf2

                   

                  add this in webxm

                   

                  <web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee"
                  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                  xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">

                   

                  now i add this

                  <context-param>
                       <param-name>javax.faces.DISABLE_FACELET_JSF_VIEWHANDLER</param-name>
                       <param-value>true</param-value>
                  </context-param>

                  i don't have anny warnigs, but neither my app

                   

                  all jsf are displayed like xhtml pages,

                  it doesn't recognize even bundle files

                  • 6. Re: JSF + RichFaces integration problem
                    ilya_shaikovsky

                    add please also REDIRECT dispatcher to web.xml for RF filter.

                     

                    B.t.w. you could easilly download rf-demo-jsf2 from there and compare configuration.