6 Replies Latest reply on Dec 23, 2009 5:57 AM by v.reddy

    <rich:page is not identifying

      I can't able to apply theme for a page. <rich:page > is not identifying

      I am using the following jars.

      richfaces-api-3.2.2.SR1.jar
      richfaces-impl-3.2.2.SR1.jar
      richfaces-ui-3.2.2.SR1.jar

      can any one help why the problem is?
        • 1. Re: <rich:page is not identifying
          ilya_shaikovsky

          you should add themes to dependencies.

                <dependency>

                      <groupId>org.richfaces.samples</groupId>

                      <artifactId>themes</artifactId>

                      <version>3.3.2.SR1</version>

                  </dependency>

                <dependency>

                      <groupId>org.richfaces.samples</groupId>

                      <artifactId>violetRays</artifactId>

                      <version>3.3.2.SR1</version>

                  </dependency> 

          • 2. Re: <rich:page is not identifying

            Where i need to keep this dependency?

            In web.xml or faces-config.xml tag <dependency> is not identifying. Why in my UI pages <rich:page> tag is not identifying?

            can u please help me on this.

             

            Thanks for reply.

            • 3. Re: <rich:page is not identifying
              nbelaevski
              Ilya has posted fragment of Maven 2 pom.xml file. If you don't use Maven, you need to download themes .jar files and add them to application classpath.
              • 4. Re: <rich:page is not identifying

                I have added themes-3.3.2.SR1.jar file to my application.NO use i can't identify <rich:page>.

                Where can i add <depenency> tag?


                can u help me where can i found Maven 2 pom.xml file and what is the use of this file?

                 

                Thanks for reply.

                • 5. Re: <rich:page is not identifying
                  ilya_shaikovsky

                  1) I think it would be better to download richfaces-demo from here and check the included libraries and page definitions.

                   

                  2) if you still want to get more info about maven based projects - http://maven.apache.org/

                  • 6. Re: <rich:page is not identifying

                    Thanks for reply.

                     

                    But i am unable to solve this. Give some simple steps, which jars need to be added to the application in order to apply themes?