8 Replies Latest reply on Jun 12, 2009 7:56 AM by bruco

    Problem Loading Skins

    bruco

      No Richfaces skins are loaded in my project. I'm using Richfaces 3.3.0, Netbeans 6.5. I have configured web.xml to anable blueSky skin but it doesn't work! No skin is applied to any RichFaces component.
      I'm using .jsp pages (not xhtml). could It corcern this problem?




      <?xml version="1.0" encoding="UTF-8"?>
      <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">
       <context-param>
       <param-name>com.sun.faces.verifyObjects</param-name>
       <param-value>false</param-value>
       </context-param>
       <context-param>
       <param-name>com.sun.faces.validateXml</param-name>
       <param-value>true</param-value>
       </context-param>
       <context-param>
       <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
       <param-value>server</param-value>
       </context-param>
      
       <context-param>
       <param-name>org.richfaces.SKIN</param-name>
       <param-value>blueSky</param-value>
       </context-param>
      
       <context-param>
       <param-name>org.richfaces.CONTROL_SKINNING</param-name>
       <param-value>enable</param-value>
       </context-param>
       <!--
       <context-param>
       <param-name>org.richfaces.LoadStyleStrategy</param-name>
       <param-value>ALL</param-value>
       </context-param>
      -->
       <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>
      
       <listener>
       <listener-class>com.sun.faces.config.ConfigureListener</listener-class>
       </listener>
       <filter>
       <filter-name>SecurityFilter</filter-name>
       <filter-class>util.SecurityFilter</filter-class>
       </filter>
       <filter-mapping>
       <filter-name>SecurityFilter</filter-name>
       <url-pattern>*.jsp</url-pattern>
       <dispatcher>REQUEST</dispatcher>
       <dispatcher>FORWARD</dispatcher>
       </filter-mapping>
       <servlet>
       <servlet-name>Faces Servlet</servlet-name>
       <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
       <load-on-startup>1</load-on-startup>
       </servlet>
       <servlet-mapping>
       <servlet-name>Faces Servlet</servlet-name>
       <url-pattern>/faces/*</url-pattern>
       </servlet-mapping>
      
       <!--
       <servlet>
       <servlet-name>Tiles Servlet</servlet-name>
       <servlet-class>org.apache.tiles.servlets.TilesServlet</servlet-class>
       <init-param>
       <param-name>definitions-config</param-name>
       <param-value>/WEB-INF/tiles.xml</param-value>
       </init-param>
       <load-on-startup>2</load-on-startup>
       </servlet>
       -->
      
       <session-config>
       <session-timeout>
       30
       </session-timeout>
       </session-config>
      
       <welcome-file-list>
       <welcome-file>faces/login.jsp</welcome-file>
       </welcome-file-list>
      
      </web-app>
      
      
      


        • 1. Re: Problem Loading Skins
          ilya_shaikovsky

          such issues caused by autorization request
          https://jira.jboss.org/jira/browse/RF-2316

          • 2. Re: Problem Loading Skins
            bruco

            I'm not using Seam enviroment. Where should be changed the autorization request? The follow is faces-config.xml

            <?xml version='1.0' encoding='UTF-8'?>
            
            <!-- =========== FULL CONFIGURATION FILE ================================== -->
            
            <faces-config version="1.2"
             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-facesconfig_1_2.xsd">
            
             <navigation-rule>
             <from-view-id>*</from-view-id>
             <navigation-case>
             <from-outcome>login</from-outcome>
             <to-view-id>/login.jsp</to-view-id>
             <redirect/>
             </navigation-case>
             <navigation-case>
             <from-outcome>logout</from-outcome>
             <to-view-id>/logout.jsp</to-view-id>
             <redirect/>
             </navigation-case>
             </navigation-rule>
             <navigation-rule>
             <navigation-case>
             <from-outcome>LoginSuccess</from-outcome>
             <to-view-id>/home.jsp</to-view-id>
             <redirect/>
             </navigation-case>
             </navigation-rule>
            
            
            
             <managed-bean>
             <managed-bean-name>login</managed-bean-name>
             <managed-bean-class>backing.Login</managed-bean-class>
             <managed-bean-scope>session</managed-bean-scope>
             </managed-bean>
             <managed-bean>
             <managed-bean-name>Silma_header</managed-bean-name>
             <managed-bean-class>backing.Header</managed-bean-class>
             <managed-bean-scope>session</managed-bean-scope>
             </managed-bean>
             <managed-bean>
             <managed-bean-name>Silma_FunctionBar</managed-bean-name>
             <managed-bean-class>backing.FunctionBar</managed-bean-class>
             <managed-bean-scope>session</managed-bean-scope>
             </managed-bean>
             <managed-bean>
             <managed-bean-name>Silma_MenuBean</managed-bean-name>
             <managed-bean-class>backing.MenuBean</managed-bean-class>
             <managed-bean-scope>session</managed-bean-scope>
             </managed-bean>
            
             <managed-bean>
             <managed-bean-name>Silma_Param4EsequeryBean1</managed-bean-name>
             <managed-bean-class>backing.Esequery4ParamBean</managed-bean-class>
             <managed-bean-scope>session</managed-bean-scope>
             <managed-property>
             <property-name>tipoQuery</property-name>
             <value>1</value>
             </managed-property>
             </managed-bean>
            
             <managed-bean>
             <managed-bean-name>Silma_Param4EsequeryBean2</managed-bean-name>
             <managed-bean-class>backing.Esequery4ParamBean</managed-bean-class>
             <managed-bean-scope>session</managed-bean-scope>
             <managed-property>
             <property-name>tipoQuery</property-name>
             <value>2</value>
             </managed-property>
             </managed-bean>
            
             <managed-bean>
             <managed-bean-name>Silma_ValidateTabalert</managed-bean-name>
             <managed-bean-class>validators.TabalertValidator</managed-bean-class>
             <managed-bean-scope>session</managed-bean-scope>
             </managed-bean>
             <managed-bean>
             <managed-bean-name>Silma_ValidateTabaction</managed-bean-name>
             <managed-bean-class>validators.TabactionValidator</managed-bean-class>
             <managed-bean-scope>session</managed-bean-scope>
             </managed-bean>
             <managed-bean>
             <managed-bean-name>Silma_ValidateAnaquery</managed-bean-name>
             <managed-bean-class>validators.AnaqueryValidator</managed-bean-class>
             <managed-bean-scope>request</managed-bean-scope>
             </managed-bean>
            
             <application>
             <resource-bundle>
             <base-name>properties.label</base-name>
             <var>label</var>
             </resource-bundle>
             <resource-bundle>
             <base-name>properties.menu</base-name>
             <var>menu</var>
             </resource-bundle>
             <resource-bundle>
             <base-name>properties.messages</base-name>
             <var>mess</var>
             </resource-bundle>
             <message-bundle>properties.messages</message-bundle>
             </application>
            
             <application>
             <el-resolver>operazioniSospette.jsf.util.JsfCrudELResolver</el-resolver>
             </application>
            
             <navigation-rule>
             <navigation-case>
             <from-outcome>welcome</from-outcome>
             <to-view-id>/welcomeJSF.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
            
             <managed-bean>
             <managed-bean-name>tabalert</managed-bean-name>
             <managed-bean-class>operazioniSospette.jsf.TabalertController</managed-bean-class>
             <managed-bean-scope>session</managed-bean-scope>
             </managed-bean>
             <managed-bean>
             <managed-bean-name>tabalertJpa</managed-bean-name>
             <managed-bean-class>operazioniSospette.db.TabalertJpaController</managed-bean-class>
             <managed-bean-scope>session</managed-bean-scope>
             </managed-bean>
             <converter>
             <converter-for-class>entities.Tabalert</converter-for-class>
             <converter-class>operazioniSospette.jsf.TabalertConverter</converter-class>
             </converter>
             <navigation-rule>
             <navigation-case>
             <from-outcome>tabalert_create</from-outcome>
             <to-view-id>/anagrafiche/tabalert/New.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
             <navigation-rule>
             <navigation-case>
             <from-outcome>tabalert_list</from-outcome>
             <to-view-id>/anagrafiche/tabalert/List.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
             <navigation-rule>
             <navigation-case>
             <from-outcome>tabalert_edit</from-outcome>
             <to-view-id>/anagrafiche/tabalert/Edit.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
             <navigation-rule>
             <navigation-case>
             <from-outcome>tabalert_detail</from-outcome>
             <to-view-id>/anagrafiche/tabalert/Detail.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
            
             <managed-bean>
             <managed-bean-name>tabaction</managed-bean-name>
             <managed-bean-class>operazioniSospette.jsf.TabactionController</managed-bean-class>
             <managed-bean-scope>session</managed-bean-scope>
             </managed-bean>
             <managed-bean>
             <managed-bean-name>tabactionJpa</managed-bean-name>
             <managed-bean-class>operazioniSospette.db.TabactionJpaController</managed-bean-class>
             <managed-bean-scope>session</managed-bean-scope>
             </managed-bean>
             <converter>
             <converter-for-class>entities.Tabaction</converter-for-class>
             <converter-class>operazioniSospette.jsf.TabactionConverter</converter-class>
             </converter>
             <navigation-rule>
             <navigation-case>
             <from-outcome>tabaction_create</from-outcome>
             <to-view-id>/anagrafiche/tabaction/New.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
             <navigation-rule>
             <navigation-case>
             <from-outcome>tabaction_list</from-outcome>
             <to-view-id>/anagrafiche/tabaction/List.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
             <navigation-rule>
             <navigation-case>
             <from-outcome>tabaction_edit</from-outcome>
             <to-view-id>/anagrafiche/tabaction/Edit.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
             <navigation-rule>
             <navigation-case>
             <from-outcome>tabaction_detail</from-outcome>
             <to-view-id>/anagrafiche/tabaction/Detail.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
            
             <managed-bean>
             <managed-bean-name>anaquery</managed-bean-name>
             <managed-bean-class>operazioniSospette.jsf.AnaqueryController</managed-bean-class>
             <managed-bean-scope>session</managed-bean-scope>
             </managed-bean>
             <managed-bean>
             <managed-bean-name>anaqueryJpa</managed-bean-name>
             <managed-bean-class>operazioniSospette.db.AnaqueryJpaController</managed-bean-class>
             <managed-bean-scope>session</managed-bean-scope>
             </managed-bean>
             <converter>
             <converter-for-class>entities.Anaquery</converter-for-class>
             <converter-class>operazioniSospette.jsf.AnaqueryConverter</converter-class>
             </converter>
             <navigation-rule>
             <navigation-case>
             <from-outcome>anaquery_create</from-outcome>
             <to-view-id>/anagrafiche/anaquery/New.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
             <navigation-rule>
             <navigation-case>
             <from-outcome>anaquery_list</from-outcome>
             <to-view-id>/anagrafiche/anaquery/List.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
             <navigation-rule>
             <navigation-case>
             <from-outcome>anaquery_edit</from-outcome>
             <to-view-id>/anagrafiche/anaquery/Edit.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
             <navigation-rule>
             <navigation-case>
             <from-outcome>anaquery_detail</from-outcome>
             <to-view-id>/anagrafiche/anaquery/Detail.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
            
             <managed-bean>
             <managed-bean-name>esequery</managed-bean-name>
             <managed-bean-class>operazioniSospette.jsf.EsequeryController</managed-bean-class>
             <managed-bean-scope>session</managed-bean-scope>
             <managed-property>
             <property-name>tipoQuery</property-name>
             <value>1</value>
             </managed-property>
             </managed-bean>
             <managed-bean>
             <managed-bean-name>esequeryJpa</managed-bean-name>
             <managed-bean-class>operazioniSospette.db.EsequeryJpaController</managed-bean-class>
             <managed-bean-scope>session</managed-bean-scope>
             </managed-bean>
             <converter>
             <converter-for-class>classes.Esequery</converter-for-class>
             <converter-class>operazioniSospette.jsf.EsequeryConverter</converter-class>
             </converter>
             <navigation-rule>
             <navigation-case>
             <from-outcome>esequery_list1</from-outcome>
             <to-view-id>/elaborazioni/esequery/List.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
             <navigation-rule>
             <navigation-case>
             <from-outcome>esequery_detail1</from-outcome>
             <to-view-id>/elaborazioni/esequery/Detail.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
             <navigation-rule>
             <navigation-case>
             <from-outcome>esequery_parameters1</from-outcome>
             <to-view-id>/elaborazioni/esequery/Parameters.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
             <navigation-rule>
             <navigation-case>
             <from-outcome>esequery_exec1</from-outcome>
             <to-view-id>/elaborazioni/esequery/Exec.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
            
             <managed-bean>
             <managed-bean-name>tabdbcon</managed-bean-name>
             <managed-bean-class>operazioniSospette.jsf.TabdbconController</managed-bean-class>
             <managed-bean-scope>session</managed-bean-scope>
             </managed-bean>
             <managed-bean>
             <managed-bean-name>tabdbconJpa</managed-bean-name>
             <managed-bean-class>operazioniSospette.db.TabdbconJpaController</managed-bean-class>
             <managed-bean-scope>session</managed-bean-scope>
             </managed-bean>
             <converter>
             <converter-for-class>entities.Tabdbcon</converter-for-class>
             <converter-class>operazioniSospette.jsf.TabdbconConverter</converter-class>
             </converter>
             <navigation-rule>
             <navigation-case>
             <from-outcome>tabdbcon_create</from-outcome>
             <to-view-id>/anagrafiche/tabdbcon/New.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
             <navigation-rule>
             <navigation-case>
             <from-outcome>tabdbcon_list</from-outcome>
             <to-view-id>/anagrafiche/tabdbcon/List.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
             <navigation-rule>
             <navigation-case>
             <from-outcome>tabdbcon_edit</from-outcome>
             <to-view-id>/anagrafiche/tabdbcon/Edit.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
             <navigation-rule>
             <navigation-case>
             <from-outcome>tabdbcon_detail</from-outcome>
             <to-view-id>/anagrafiche/tabdbcon/Detail.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
            
             <managed-bean>
             <managed-bean-name>logqueryd</managed-bean-name>
             <managed-bean-class>operazioniSospette.jsf.LogquerydController</managed-bean-class>
             <managed-bean-scope>session</managed-bean-scope>
             </managed-bean>
             <managed-bean>
             <managed-bean-name>logquerydJpa</managed-bean-name>
             <managed-bean-class>operazioniSospette.db.LogquerydJpaController</managed-bean-class>
             <managed-bean-scope>session</managed-bean-scope>
             </managed-bean>
             <converter>
             <converter-for-class>entities.Logqueryd</converter-for-class>
             <converter-class>operazioniSospette.jsf.LogquerydConverter</converter-class>
             </converter>
             <navigation-rule>
             <navigation-case>
             <from-outcome>logqueryd_create</from-outcome>
             <to-view-id>/interrogazioni/logqueryd/New.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
             <navigation-rule>
             <navigation-case>
             <from-outcome>logqueryd_list</from-outcome>
             <to-view-id>/interrogazioni/logqueryd/List.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
             <navigation-rule>
             <navigation-case>
             <from-outcome>logqueryd_edit</from-outcome>
             <to-view-id>/interrogazioni/logqueryd/Edit.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
             <navigation-rule>
             <navigation-case>
             <from-outcome>logqueryd_detail</from-outcome>
             <to-view-id>/interrogazioni/logqueryd/Detail.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
             <managed-bean>
             <managed-bean-name>logqueryt</managed-bean-name>
             <managed-bean-class>operazioniSospette.jsf.LogquerytController</managed-bean-class>
             <managed-bean-scope>session</managed-bean-scope>
             </managed-bean>
             <managed-bean>
             <managed-bean-name>logquerytJpa</managed-bean-name>
             <managed-bean-class>operazioniSospette.db.LogquerytJpaController</managed-bean-class>
             <managed-bean-scope>session</managed-bean-scope>
             </managed-bean>
             <converter>
             <converter-for-class>entities.Logqueryt</converter-for-class>
             <converter-class>operazioniSospette.jsf.LogquerytConverter</converter-class>
             </converter>
             <navigation-rule>
             <navigation-case>
             <from-outcome>logqueryt_create</from-outcome>
             <to-view-id>/interrogazioni/logqueryt/New.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
             <navigation-rule>
             <navigation-case>
             <from-outcome>logqueryt_list</from-outcome>
             <to-view-id>/interrogazioni/logqueryt/List.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
             <navigation-rule>
             <navigation-case>
             <from-outcome>logqueryt_edit</from-outcome>
             <to-view-id>/interrogazioni/logqueryt/Edit.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
             <navigation-rule>
             <navigation-case>
             <from-outcome>logqueryt_detail</from-outcome>
             <to-view-id>/interrogazioni/logqueryt/Detail.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
            
             <managed-bean>
             <managed-bean-name>esequery2</managed-bean-name>
             <managed-bean-class>operazioniSospette.jsf.EsequeryController</managed-bean-class>
             <managed-bean-scope>session</managed-bean-scope>
             <managed-property>
             <property-name>tipoQuery</property-name>
             <value>2</value>
             </managed-property>
             </managed-bean>
             <navigation-rule>
             <navigation-case>
             <from-outcome>esequery_list2</from-outcome>
             <to-view-id>/elaborazioni/esequery2/List.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
             <navigation-rule>
             <navigation-case>
             <from-outcome>esequery_detail2</from-outcome>
             <to-view-id>/elaborazioni/esequery2/Detail.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
             <navigation-rule>
             <navigation-case>
             <from-outcome>esequery_parameters2</from-outcome>
             <to-view-id>/elaborazioni/esequery2/Parameters.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
             <navigation-rule>
             <navigation-case>
             <from-outcome>esequery_exec2</from-outcome>
             <to-view-id>/elaborazioni/esequery2/Exec.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
            
             <managed-bean>
             <managed-bean-name>tabcausal</managed-bean-name>
             <managed-bean-class>operazioniSospette.jsf.TabcausalController</managed-bean-class>
             <managed-bean-scope>session</managed-bean-scope>
             </managed-bean>
             <managed-bean>
             <managed-bean-name>tabcausalJpa</managed-bean-name>
             <managed-bean-class>operazioniSospette.db.TabcausalJpaController</managed-bean-class>
             <managed-bean-scope>session</managed-bean-scope>
             </managed-bean>
             <converter>
             <converter-for-class>entities.Tabcausal</converter-for-class>
             <converter-class>operazioniSospette.jsf.TabcausalConverter</converter-class>
             </converter>
             <navigation-rule>
             <navigation-case>
             <from-outcome>tabcausal_create</from-outcome>
             <to-view-id>/anagrafiche/tabcausal/New.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
             <navigation-rule>
             <navigation-case>
             <from-outcome>tabcausal_list</from-outcome>
             <to-view-id>/anagrafiche/tabcausal/List.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
             <navigation-rule>
             <navigation-case>
             <from-outcome>tabcausal_edit</from-outcome>
             <to-view-id>/anagrafiche/tabcausal/Edit.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
             <navigation-rule>
             <navigation-case>
             <from-outcome>tabcausal_detail</from-outcome>
             <to-view-id>/anagrafiche/tabcausal/Detail.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
            
             <managed-bean>
             <managed-bean-name>wkfazioni</managed-bean-name>
             <managed-bean-class>operazioniSospette.jsf.WkfazioniController</managed-bean-class>
             <managed-bean-scope>session</managed-bean-scope>
             </managed-bean>
             <managed-bean>
             <managed-bean-name>wkfazioniJpa</managed-bean-name>
             <managed-bean-class>operazioniSospette.db.WkfazioniJpaController</managed-bean-class>
             <managed-bean-scope>session</managed-bean-scope>
             </managed-bean>
             <converter>
             <converter-for-class>entities.Wkfazioni</converter-for-class>
             <converter-class>operazioniSospette.jsf.WkfazioniConverter</converter-class>
             </converter>
             <navigation-rule>
             <navigation-case>
             <from-outcome>wkfazioni_create</from-outcome>
             <to-view-id>/elaborazioni/wkfazioni/New.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
             <navigation-rule>
             <navigation-case>
             <from-outcome>wkfazioni_list</from-outcome>
             <to-view-id>/elaborazioni/wkfazioni/List.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
             <navigation-rule>
             <navigation-case>
             <from-outcome>wkfazioni_edit</from-outcome>
             <to-view-id>/elaborazioni/wkfazioni/Edit.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
             <navigation-rule>
             <navigation-case>
             <from-outcome>wkfazioni_detail</from-outcome>
             <to-view-id>/elaborazioni/wkfazioni/Detail.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
             <navigation-rule>
             <navigation-case>
             <from-outcome>wkfazioni_exec</from-outcome>
             <to-view-id>/elaborazioni/wkfazioni/Exec.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
            
            
             <managed-bean>
             <managed-bean-name>wkfoperd</managed-bean-name>
             <managed-bean-class>operazioniSospette.jsf.WkfoperdController</managed-bean-class>
             <managed-bean-scope>session</managed-bean-scope>
             </managed-bean>
             <managed-bean>
             <managed-bean-name>wkfoperdJpa</managed-bean-name>
             <managed-bean-class>operazioniSospette.db.WkfoperdJpaController</managed-bean-class>
             <managed-bean-scope>session</managed-bean-scope>
             </managed-bean>
             <converter>
             <converter-for-class>entities.Wkfoperd</converter-for-class>
             <converter-class>operazioniSospette.jsf.WkfoperdConverter</converter-class>
             </converter>
             <navigation-rule>
             <navigation-case>
             <from-outcome>wkfoperd_create</from-outcome>
             <to-view-id>/elaborazioni/wkfoperd/New.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
             <navigation-rule>
             <navigation-case>
             <from-outcome>wkfoperd_list</from-outcome>
             <to-view-id>/elaborazioni/wkfoperd/List.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
             <navigation-rule>
             <navigation-case>
             <from-outcome>wkfoperd_edit</from-outcome>
             <to-view-id>/elaborazioni/wkfoperd/Edit.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
             <navigation-rule>
             <navigation-case>
             <from-outcome>wkfoperd_detail</from-outcome>
             <to-view-id>/elaborazioni/wkfoperd/Detail.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
            
             <managed-bean>
             <managed-bean-name>wkfopert</managed-bean-name>
             <managed-bean-class>operazioniSospette.jsf.WkfopertController</managed-bean-class>
             <managed-bean-scope>session</managed-bean-scope>
             </managed-bean>
             <managed-bean>
             <managed-bean-name>wkfopertJpa</managed-bean-name>
             <managed-bean-class>operazioniSospette.db.WkfopertJpaController</managed-bean-class>
             <managed-bean-scope>session</managed-bean-scope>
             </managed-bean>
             <converter>
             <converter-for-class>entities.Wkfopert</converter-for-class>
             <converter-class>operazioniSospette.jsf.WkfopertConverter</converter-class>
             </converter>
             <navigation-rule>
             <navigation-case>
             <from-outcome>wkfopert_create</from-outcome>
             <to-view-id>/elaborazioni/wkfopert/New.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
             <navigation-rule>
             <navigation-case>
             <from-outcome>wkfopert_list</from-outcome>
             <to-view-id>/elaborazioni/wkfopert/List.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
             <navigation-rule>
             <navigation-case>
             <from-outcome>wkfopert_edit</from-outcome>
             <to-view-id>/elaborazioni/wkfopert/Edit.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
             <navigation-rule>
             <navigation-case>
             <from-outcome>wkfopert_detail</from-outcome>
             <to-view-id>/elaborazioni/wkfopert/Detail.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
            
             <managed-bean>
             <managed-bean-name>coraziosta</managed-bean-name>
             <managed-bean-class>operazioniSospette.jsf.CoraziostaController</managed-bean-class>
             <managed-bean-scope>session</managed-bean-scope>
             </managed-bean>
            <!--
             <managed-bean>
             <managed-bean-name>coraziosta2</managed-bean-name>
             <managed-bean-class>operazioniSospette.jsf.CoraziostaController</managed-bean-class>
             <managed-bean-scope>session</managed-bean-scope>
             <managed-property>
             <property-name>mode</property-name>
             <value>2</value>
             </managed-property>
             </managed-bean>
            -->
             <managed-bean>
             <managed-bean-name>coraziostaJpa</managed-bean-name>
             <managed-bean-class>operazioniSospette.db.CoraziostaJpaController</managed-bean-class>
             <managed-bean-scope>session</managed-bean-scope>
             </managed-bean>
             <converter>
             <converter-for-class>entities.Coraziosta</converter-for-class>
             <converter-class>operazioniSospette.jsf.CoraziostaConverter</converter-class>
             </converter>
             <navigation-rule>
             <navigation-case>
             <from-outcome>coraziosta_create</from-outcome>
             <to-view-id>/anagrafiche/coraziosta/New.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
             <navigation-rule>
             <navigation-case>
             <from-outcome>coraziosta_list</from-outcome>
             <to-view-id>/anagrafiche/coraziosta/List.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
             <navigation-rule>
             <navigation-case>
             <from-outcome>coraziosta_edit</from-outcome>
             <to-view-id>/anagrafiche/coraziosta/Edit.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
             <navigation-rule>
             <navigation-case>
             <from-outcome>coraziosta_detail</from-outcome>
             <to-view-id>/anagrafiche/coraziosta/Detail.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
            
             <managed-bean>
             <managed-bean-name>tabazioni</managed-bean-name>
             <managed-bean-class>operazioniSospette.jsf.TabazioniController</managed-bean-class>
             <managed-bean-scope>session</managed-bean-scope>
             </managed-bean>
             <managed-bean>
             <managed-bean-name>tabazioniJpa</managed-bean-name>
             <managed-bean-class>operazioniSospette.db.TabazioniJpaController</managed-bean-class>
             <managed-bean-scope>session</managed-bean-scope>
             </managed-bean>
             <converter>
             <converter-for-class>entities.Tabazioni</converter-for-class>
             <converter-class>operazioniSospette.jsf.TabazioniConverter</converter-class>
             </converter>
             <navigation-rule>
             <navigation-case>
             <from-outcome>tabazioni_create</from-outcome>
             <to-view-id>/anagrafiche/tabazioni/New.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
             <navigation-rule>
             <navigation-case>
             <from-outcome>tabazioni_list</from-outcome>
             <to-view-id>/anagrafiche/tabazioni/List.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
             <navigation-rule>
             <navigation-case>
             <from-outcome>tabazioni_edit</from-outcome>
             <to-view-id>/anagrafiche/tabazioni/Edit.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
             <navigation-rule>
             <navigation-case>
             <from-outcome>tabazioni_detail</from-outcome>
             <to-view-id>/anagrafiche/tabazioni/Detail.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
            
             <managed-bean>
             <managed-bean-name>utenti</managed-bean-name>
             <managed-bean-class>operazioniSospette.jsf.UtentiController</managed-bean-class>
             <managed-bean-scope>session</managed-bean-scope>
             </managed-bean>
             <managed-bean>
             <managed-bean-name>utentiJpa</managed-bean-name>
             <managed-bean-class>operazioniSospette.db.UtentiJpaController</managed-bean-class>
             <managed-bean-scope>session</managed-bean-scope>
             </managed-bean>
             <converter>
             <converter-for-class>entities.Utenti</converter-for-class>
             <converter-class>operazioniSospette.jsf.UtentiConverter</converter-class>
             </converter>
             <navigation-rule>
             <navigation-case>
             <from-outcome>utenti_create</from-outcome>
             <to-view-id>/anagrafiche/utenti/New.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
             <navigation-rule>
             <navigation-case>
             <from-outcome>utenti_list</from-outcome>
             <to-view-id>/anagrafiche/utenti/List.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
             <navigation-rule>
             <navigation-case>
             <from-outcome>utenti_edit</from-outcome>
             <to-view-id>/anagrafiche/utenti/Edit.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
             <navigation-rule>
             <navigation-case>
             <from-outcome>utenti_detail</from-outcome>
             <to-view-id>/anagrafiche/utenti/Detail.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
            
             <managed-bean>
             <managed-bean-name>wkfazioni_validator</managed-bean-name>
             <managed-bean-class>validators.WkfazioniValidator</managed-bean-class>
             <managed-bean-scope>session</managed-bean-scope>
             </managed-bean>
            
             <managed-bean>
             <managed-bean-name>tabstaoper</managed-bean-name>
             <managed-bean-class>operazioniSospette.jsf.TabstaoperController</managed-bean-class>
             <managed-bean-scope>session</managed-bean-scope>
             </managed-bean>
             <managed-bean>
             <managed-bean-name>tabstaoperJpa</managed-bean-name>
             <managed-bean-class>operazioniSospette.db.TabstaoperJpaController</managed-bean-class>
             <managed-bean-scope>session</managed-bean-scope>
             </managed-bean>
             <converter>
             <converter-for-class>entities.Tabstaoper</converter-for-class>
             <converter-class>operazioniSospette.jsf.TabstaoperConverter</converter-class>
             </converter>
             <navigation-rule>
             <navigation-case>
             <from-outcome>tabstaoper_create</from-outcome>
             <to-view-id>/anagrafiche/tabstaoper/New.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
             <navigation-rule>
             <navigation-case>
             <from-outcome>tabstaoper_list</from-outcome>
             <to-view-id>/anagrafiche/tabstaoper/List.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
             <navigation-rule>
             <navigation-case>
             <from-outcome>tabstaoper_edit</from-outcome>
             <to-view-id>/anagrafiche/tabstaoper/Edit.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
             <navigation-rule>
             <navigation-case>
             <from-outcome>tabstaoper_detail</from-outcome>
             <to-view-id>/anagrafiche/tabstaoper/Detail.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
            
             <managed-bean>
             <managed-bean-name>tabsognoti</managed-bean-name>
             <managed-bean-class>operazioniSospette.jsf.TabsognotiController</managed-bean-class>
             <managed-bean-scope>session</managed-bean-scope>
             </managed-bean>
             <managed-bean>
             <managed-bean-name>tabsognotiJpa</managed-bean-name>
             <managed-bean-class>operazioniSospette.db.TabsognotiJpaController</managed-bean-class>
             <managed-bean-scope>session</managed-bean-scope>
             </managed-bean>
             <converter>
             <converter-for-class>entities.Tabsognoti</converter-for-class>
             <converter-class>operazioniSospette.jsf.TabsognotiConverter</converter-class>
             </converter>
             <navigation-rule>
             <navigation-case>
             <from-outcome>tabsognoti_create</from-outcome>
             <to-view-id>/anagrafiche/tabsognoti/New.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
             <navigation-rule>
             <navigation-case>
             <from-outcome>tabsognoti_list</from-outcome>
             <to-view-id>/anagrafiche/tabsognoti/List.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
             <navigation-rule>
             <navigation-case>
             <from-outcome>tabsognoti_edit</from-outcome>
             <to-view-id>/anagrafiche/tabsognoti/Edit.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
             <navigation-rule>
             <navigation-case>
             <from-outcome>tabsognoti_detail</from-outcome>
             <to-view-id>/anagrafiche/tabsognoti/Detail.jsp</to-view-id>
             </navigation-case>
             </navigation-rule>
            
             <navigation-rule>
             <navigation-case>
             <from-outcome>util</from-outcome>
             <to-view-id>/tiles/util.jsp</to-view-id>
             <redirect/>
             </navigation-case>
             </navigation-rule>
            
            </faces-config>
            
            


            • 3. Re: Problem Loading Skins
              ilya_shaikovsky

              will it works if you remove

               <filter>
               <filter-name>SecurityFilter</filter-name>
               <filter-class>util.SecurityFilter</filter-class>
               </filter>
               <filter-mapping>
               <filter-name>SecurityFilter</filter-name>
               <url-pattern>*.jsp</url-pattern>
               <dispatcher>REQUEST</dispatcher>
               <dispatcher>FORWARD</dispatcher>
               </filter-mapping>
              


              from web.xml?

              • 4. Re: Problem Loading Skins
                bruco

                Thak you very much for your quick response!!
                Unfortunately project's behavior still remain the same also by removing that part of code. Do you have further suggestions??
                Thanks a lot

                • 5. Re: Problem Loading Skins
                  bruco

                  Thak you very much for your quick response!!
                  Unfortunately project's behavior still remain the same also by removing that part of code. Do you have further suggestions??
                  Thanks a lot

                  • 6. Re: Problem Loading Skins
                    nbelaevski

                    Hi,

                    Please check using Firebug if there are any errors loading CSS stylesheets

                    • 7. Re: Problem Loading Skins
                      ilya_shaikovsky

                      please check with fireBug at Net tab statuses of scripts loading.

                      • 8. Re: Problem Loading Skins
                        bruco

                        Ok! there's some error retriving filter.... I'll try to avoid this error....
                        Thank you


                        link class="component" type="text/css" rel="stylesheet" href="/OperazioniSospette_Def/faces/a4j/s/3_3_0.GAorg/richfaces/renderkit/html/css/basic_both.xcss/DATB/eAF7sqpgb-jyGdIAFrMEaw__;jsessionid=A17D530DE8041440366B8AA6DBB42F84">
                        1<html><head><title>Apache Tomcat/6.0.18 - Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 500 - </h1><HR size="1" noshade="noshade"><p><b>type</b> Exception report</p><p><b>message</b> <u></u></p><p><b>description</b> <u>The server encountered an internal error () that prevented it from fulfilling this request.</u></p><p><b>exception</b> <pre>javax.servlet.ServletException: Filter execution threw an exception
                        2 org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:390)
                        3</pre></p><p><b>root cause</b> <pre>java.lang.NoClassDefFoundError: Could not initialize class org.apache.myfaces.shared_tomahawk.config.MyfacesConfig
                        4 org.apache.myfaces.renderkit.html.util.ExtensionsPhaseListener.writeCodeBeforeBodyEnd(ExtensionsPhaseListener.java:129)
                        5 org.apache.myfaces.renderkit.html.util.ExtensionsPhaseListener.getCodeBeforeBodyEnd(ExtensionsPhaseListener.java:104)
                        6 org.apache.myfaces.renderkit.html.util.ExtensionsPhaseListener.getJavaScriptCodeAndStoreInRequest(ExtensionsPhaseListener.java:94)
                        7 org.apache.myfaces.renderkit.html.util.ExtensionsPhaseListener.afterPhase(ExtensionsPhaseListener.java:70)
                        8 org.ajax4jsf.resource.ResourceLifecycle.invokePhaseListener(ResourceLifecycle.java:201)
                        9 org.ajax4jsf.resource.ResourceLifecycle.processPhaseListeners(ResourceLifecycle.java:182)
                        10 org.ajax4jsf.resource.ResourceLifecycle.send(ResourceLifecycle.java:147)
                        11 org.ajax4jsf.resource.InternetResourceService.load(InternetResourceService.java:335)
                        12 org.ajax4jsf.cache.LRUMapCache.load(LRUMapCache.java:116)
                        13 org.ajax4jsf.cache.LRUMapCache.get(LRUMapCache.java:87)
                        14 org.ajax4jsf.resource.InternetResourceService.serviceResource(InternetResourceService.java:195)
                        15 org.ajax4jsf.resource.InternetResourceService.serviceResource(InternetResourceService.java:141)
                        16 org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:510)
                        17 org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:390)
                        18</pre></p><p><b>note</b> <u>The full stack trace of the root cause is available in the Apache Tomcat/6.0.18 logs.</u></p><HR size="1" noshade="noshade"><h3>Apache Tomcat/6.0.18</h3></body></html>
                        </link>
                        <link class="component" type="text/css" rel="stylesheet" href="/OperazioniSospette_Def/faces/a4j/s/3_3_0.GAorg/richfaces/renderkit/html/css/extended_both.xcss/DATB/eAF7sqpgb-jyGdIAFrMEaw__;jsessionid=A17D530DE8041440366B8AA6DBB42F84">
                        1<html><head><title>Apache Tomcat/6.0.18 - Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 500 - </h1><HR size="1" noshade="noshade"><p><b>type</b> Exception report</p><p><b>message</b> <u></u></p><p><b>description</b> <u>The server encountered an internal error () that prevented it from fulfilling this request.</u></p><p><b>exception</b> <pre>javax.servlet.ServletException: Filter execution threw an exception
                        2 org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:390)
                        3</pre></p><p><b>root cause</b> <pre>java.lang.NoClassDefFoundError: Could not initialize class org.apache.myfaces.shared_tomahawk.config.MyfacesConfig
                        4 org.apache.myfaces.renderkit.html.util.ExtensionsPhaseListener.writeCodeBeforeBodyEnd(ExtensionsPhaseListener.java:129)
                        5 org.apache.myfaces.renderkit.html.util.ExtensionsPhaseListener.getCodeBeforeBodyEnd(ExtensionsPhaseListener.java:104)
                        6 org.apache.myfaces.renderkit.html.util.ExtensionsPhaseListener.getJavaScriptCodeAndStoreInRequest(ExtensionsPhaseListener.java:94)
                        7 org.apache.myfaces.renderkit.html.util.ExtensionsPhaseListener.afterPhase(ExtensionsPhaseListener.java:70)
                        8 org.ajax4jsf.resource.ResourceLifecycle.invokePhaseListener(ResourceLifecycle.java:201)
                        9 org.ajax4jsf.resource.ResourceLifecycle.processPhaseListeners(ResourceLifecycle.java:182)
                        10 org.ajax4jsf.resource.ResourceLifecycle.send(ResourceLifecycle.java:147)
                        11 org.ajax4jsf.resource.InternetResourceService.load(InternetResourceService.java:335)
                        12 org.ajax4jsf.cache.LRUMapCache.load(LRUMapCache.java:116)
                        13 org.ajax4jsf.cache.LRUMapCache.get(LRUMapCache.java:87)
                        14 org.ajax4jsf.resource.InternetResourceService.serviceResource(InternetResourceService.java:195)
                        15 org.ajax4jsf.resource.InternetResourceService.serviceResource(InternetResourceService.java:141)
                        16 org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:510)
                        17 org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:390)
                        18</pre></p><p><b>note</b> <u>The full stack trace of the root cause is available in the Apache Tomcat/6.0.18 logs.</u></p><HR size="1" noshade="noshade"><h3>Apache Tomcat/6.0.18</h3></body></html>
                        </link>
                        <script type="text/javascript">
                        1window.RICH_FACES_EXTENDED_SKINNING_ON=true;
                        </script>
                        <script type="text/javascript" src="/OperazioniSospette_Def/faces/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/skinning.js">
                        1
                        2{var mediaName="rich-extended-skinning";var userAgent=navigator.userAgent;var skipNavigator=window.opera||(userAgent.indexOf('AppleWebKit/')>-1&&userAgent.indexOf('Chrome/')==-1);if(!skipNavigator){var resetMedia=function(elt){var media=elt.getAttribute('media');if(mediaName==media){elt.removeAttribute('media');}};if(!window._RICH_FACES_SKINNING_ADDED_TO_BODY){var getElementByTagName=function(elt,name){var elements;try{elements=elt.selectNodes(".//*[local-name()=\""+
                        3name+"\"]");}catch(ex){try{elements=elt.getElementsByTagName(name);}catch(nf){}}
                        4return elements;};var f=function(){if(window.RICH_FACES_EXTENDED_SKINNING_ON){var styles=getElementByTagName(document,'link');if(styles){var l=styles.length;for(var i=0;i<l;i++){var elt=styles;resetMedia(elt);}}}};if(window.addEventListener){window.addEventListener("load",f,false);}else{window.attachEvent("onload",f);}
                         5window._RICH_FACES_SKINNING_ADDED_TO_BODY=true;}
                         6if(!window._RICH_FACES_SKINNING_ADDED_TO_AJAX&&typeof A4J!="undefined"&&A4J.AJAX){A4J.AJAX.AddHeadElementTransformer(function(elt){if(window.RICH_FACES_EXTENDED_SKINNING_ON){if(elt.tagName&&elt.tagName.toLowerCase()=='link'){resetMedia(elt);}}});window._RICH_FACES_SKINNING_ADDED_TO_AJAX=true;}}};
                         </script>