2 Replies Latest reply on Jun 16, 2011 4:51 PM by amadoulamine1

    probleme showing default skin of richfaces elements

    amadoulamine1

      hi everybody!!!

       

      I've a problem of showing default skin of rich element in my page!!

       

      for exemple if you keep rich:calendar, they rrender me like this

      myrichcalendar.jpg

      i dont know why i can't see it like the exemple

      myrichcalendarreal.jpg

       

      here my web.xml

       

                <display-name>JSF2 and Spring 3.0</display-name>

       

      ...

         <context-param>

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

              <param-value>true</param-value>

          </context-param>

          <context-param>

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

              <param-value>false</param-value>

          </context-param>

          <context-param>

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

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

          </context-param>  

        ...

       

      and my import library

       

      <dependencyManagement>

                          <dependencies>

                                    <dependency>

                                              <groupId>org.richfaces</groupId>

                                              <artifactId>richfaces-bom</artifactId>

                                              <version>${org.richfaces.bom.version}</version>

                                              <scope>import</scope>

                                              <type>pom</type>

                                    </dependency>

                                    <dependency>

                                              <groupId>org.richfaces.cdk</groupId>

                                              <artifactId>annotations</artifactId>

                                              <version>${org.richfaces.bom.version}</version>

                                              <scope>import</scope>

                                              <type>pom</type>

                                    </dependency>

                     ...

                </dependencies>

       

      <dependencies>

         ...  

          <dependency>

                                    <groupId>org.richfaces.ui</groupId>

                                    <artifactId>richfaces-components-ui</artifactId> 

                          </dependency>

                          <dependency>

                                    <groupId>org.richfaces.core</groupId>

                                    <artifactId>richfaces-core-impl</artifactId>

                          </dependency>

                          <dependency>

                                    <groupId>org.richfaces.cdk</groupId>

                                    <artifactId>annotations</artifactId>

                                    <scope>provided</scope>

                          </dependency>

      ...

      </dependencies>

      </dependencyManagement>

       

      Someone can help me please.

      i have the same probleme with rich:inplaceSelect