1 Reply Latest reply on Jan 17, 2011 8:13 AM by ilya40umov

    JSF 2 + richfaces 3.3.3 + facelets

    alecsicus

      Can you tell my how can i make all of this work together?

      or richfaces 3.3.3 work only with jsf 1.2

       

      i have the jars : richfaces-ui-3.3.3 , richfaces-impls-jsf2-3.3.3, richfaces-api-3.3.3

      all commons-xxx.jar, jstl, el-impl,dom4j

       

      i added in web 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 for facelets i added


      <context-param>
             <param-name>org.ajax4jsf.VIEW_HANDLERS</param-name>
             <param-value>com.sun.facelets.FaceletViewHandler</param-value>
        </context-param>

       

      the faces-config

      <faces-config version="2.0" xmlns="http://java.sun.com/xml/ns/javaee"

      xmlns:xi="http://www.w3.org/2001/XInclude"

      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-facesconfig_2_0.xsd"> ....

       

      2011-01-17 10:14:42,169 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,169 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,169 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,169 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,184 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,184 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,184 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,184 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,184 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,184 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,200 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,200 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,200 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,200 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,200 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,215 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,215 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,231 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,231 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,231 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,231 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,231 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,231 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,231 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,247 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,247 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,247 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,247 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,247 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,247 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,262 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,262 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,262 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,262 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,262 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,262 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,262 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,278 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,278 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,278 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,278 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,278 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,278 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,294 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,294 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,294 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,294 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,294 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,294 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,309 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,309 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,309 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,309 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,309 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,309 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,309 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,325 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,325 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,325 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,325 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,325 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,325 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,325 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,340 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,340 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,340 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,340 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,340 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,340 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,340 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,356 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,356 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,356 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,356 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,356 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,356 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,372 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,372 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,372 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,372 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,372 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,372 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,372 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,387 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,387 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,387 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,387 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,387 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,387 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,403 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,403 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,403 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,403 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,403 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,403 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,419 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

      2011-01-17 10:14:42,419 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) 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.

       

       

       

       

      and for a page that  contains an tag like <a4j:form> (a4j has been declared)

       

      RROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/WebPMS].[Faces Servlet]] (http-127.0.0.1-8080-1) Servlet.service() for servlet Faces Servlet threw exception: javax.faces.view.facelets.TagException: /snippets/menu.xhtml @7,11 <a4j:form> Tag Library supports namespace: http://richfaces.org/a4j, but no tag was defined for name: form

          at com.sun.faces.facelets.compiler.CompilationManager.pushTag(CompilationManager.java:289) [:2.0.3-]

          at com.sun.faces.facelets.compiler.SAXCompiler$CompilationHandler.startElement(SAXCompiler.java:228) [:2.0.3-]

          at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source) [xercesImpl.jar:6.0.0.Final]

          at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source) [xercesImpl.jar:6.0.0.Final]

          at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source) [xercesImpl.jar:6.0.0.Final]

          at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) [xercesImpl.jar:6.0.0.Final]

          at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) [xercesImpl.jar:6.0.0.Final]

          at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) [xercesImpl.jar:6.0.0.Final]

          at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) [xercesImpl.jar:6.0.0.Final]

          at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) [xercesImpl.jar:6.0.0.Final]

          at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source) [xercesImpl.jar:6.0.0.Final]

          at org.apache.xerces.jaxp.SAXParserImpl.parse(Unknown Source) [xercesImpl.jar:6.0.0.Final]

          at javax.xml.parsers.SAXParser.parse(SAXParser.java:198) [:1.6.0_22]

          at com.sun.faces.facelets.compiler.SAXCompiler.doCompile(SAXCompiler.java:388) [:2.0.3-]

          at com.sun.faces.facelets.compiler.SAXCompiler.doCompile(SAXCompiler.java:364) [:2.0.3-]

          at com.sun.faces.facelets.compiler.Compiler.compile(Compiler.java:122) [:2.0.3-]

          at com.sun.faces.facelets.impl.DefaultFaceletFactory.createFacelet(DefaultFaceletFactory.java:294) [:2.0.3-]

          at com.sun.faces.facelets.impl.DefaultFaceletFactory.access$100(DefaultFaceletFactory.java:89) [:2.0.3-]

          at com.sun.faces.facelets.impl.DefaultFaceletFactory$1.newInstance(DefaultFaceletFactory.java:159) [:2.0.3-]

          at com.sun.faces.facelets.impl.DefaultFaceletFactory$1.newInstance(DefaultFaceletFactory.java:158) [:2.0.3-]

          at com.sun.faces.facelets.impl.DefaultFaceletCache$1.newInstance(DefaultFaceletCache.java:79) [:2.0.3-]

          at com.sun.faces.facelets.impl.DefaultFaceletCache$1.newInstance(DefaultFaceletCache.java:75) [:2.0.3-]

          at com.sun.faces.util.ExpiringConcurrentCache$1.call(ExpiringConcurrentCache.java:95) [:2.0.3-]

          at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) [:1.6.0_22]

          at java.util.concurrent.FutureTask.run(FutureTask.java:138) [:1.6.0_22]

          at com.sun.faces.util.ExpiringConcurrentCache.get(ExpiringConcurrentCache.java:110) [:2.0.3-]

          at com.sun.faces.facelets.impl.DefaultFaceletCache.getFacelet(DefaultFaceletCache.java:115) [:2.0.3-]

          at com.sun.faces.facelets.impl.DefaultFaceletCache.getFacelet(DefaultFaceletCache.java:58) [:2.0.3-]

          at com.sun.faces.facelets.impl.DefaultFaceletFactory.getFacelet(DefaultFaceletFactory.java:245) [:2.0.3-]

          at com.sun.faces.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:362) [:2.0.3-]

          at com.sun.faces.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:342) [:2.0.3-]

          at com.sun.faces.facelets.impl.DefaultFaceletContext.includeFacelet(DefaultFaceletContext.java:196) [:2.0.3-]

          at com.sun.faces.facelets.tag.ui.IncludeHandler.apply(IncludeHandler.java:104) [:2.0.3-]

          at javax.faces.view.facelets.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:94) [:2.0.3-]

          at javax.faces.view.facelets.DelegatingMetaTagHandler.applyNextHandler(DelegatingMetaTagHandler.java:131) [:2.0.3-]

          at com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl.apply(ComponentTagHandlerDelegateImpl.java:162) [:2.0.3-]

          at javax.faces.view.facelets.DelegatingMetaTagHandler.apply(DelegatingMetaTagHandler.java:114) [:2.0.3-]

          at javax.faces.view.facelets.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:94) [:2.0.3-]

          at com.sun.faces.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:89) [:2.0.3-]

          at javax.faces.view.facelets.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:94) [:2.0.3-]

          at com.sun.faces.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:79) [:2.0.3-]

          at com.sun.faces.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:304) [:2.0.3-]

          at com.sun.faces.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:363) [:2.0.3-]

          at com.sun.faces.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:342) [:2.0.3-]

          at com.sun.faces.facelets.impl.DefaultFaceletContext.includeFacelet(DefaultFaceletContext.java:196) [:2.0.3-]

          at com.sun.faces.facelets.tag.ui.CompositionHandler.apply(CompositionHandler.java:151) [:2.0.3-]

          at com.sun.faces.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:89) [:2.0.3-]

          at com.sun.faces.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:79) [:2.0.3-]

          at com.sun.faces.facelets.impl.DefaultFacelet.apply(DefaultFacelet.java:148) [:2.0.3-]

          at com.sun.faces.application.view.FaceletViewHandlingStrategy.buildView(FaceletViewHandlingStrategy.java:734) [:2.0.3-]

          at com.sun.faces.application.view.FaceletViewHandlingStrategy.renderView(FaceletViewHandlingStrategy.java:358) [:2.0.3-]

          at com.sun.faces.application.view.MultiViewHandler.renderView(MultiViewHandler.java:127) [:2.0.3-]

          at org.ajax4jsf.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:100) [:3.3.3.Final]

          at org.ajax4jsf.application.AjaxViewHandler.renderView(AjaxViewHandler.java:176) [:3.3.3.Final]

          at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:117) [:2.0.3-]

          at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:97) [:2.0.3-]

          at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:135) [:2.0.3-]

          at javax.faces.webapp.FacesServlet.service(FacesServlet.java:309) [:2.0.3-]

          at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:324) [:6.0.0.Final]

          at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:242) [:6.0.0.Final]

          at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:206) [:3.3.3.Final]

          at org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:290) [:3.3.3.Final]

          at org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:388) [:3.3.3.Final]

          at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:515) [:3.3.3.Final]

          at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:274) [:6.0.0.Final]

          at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:242) [:6.0.0.Final]

          at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275) [:6.0.0.Final]

          at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) [:6.0.0.Final]

          at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:181) [:6.0.0.Final]

          at org.jboss.modcluster.catalina.CatalinaContext$RequestListenerValve.event(CatalinaContext.java:285) [:1.1.0.Final]

          at org.jboss.modcluster.catalina.CatalinaContext$RequestListenerValve.invoke(CatalinaContext.java:261) [:1.1.0.Final]

          at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:88) [:6.0.0.Final]

          at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:100) [:6.0.0.Final]

          at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) [:6.0.0.Final]

          at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) [:6.0.0.Final]

          at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158) [:6.0.0.Final]

          at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) [:6.0.0.Final]

          at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.invoke(ActiveRequestResponseCacheValve.java:53) [:6.0.0.Final]

          at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:362) [:6.0.0.Final]

          at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877) [:6.0.0.Final]

          at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:654) [:6.0.0.Final]

          at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:951) [:6.0.0.Final]

          at java.lang.Thread.run(Thread.java:662) [:1.6.0_22]