3 Replies Latest reply on May 25, 2009 9:59 AM by nbelaevski

    want to create new theme by clonning

    elf

      Hi
      I want t o create new theme. I like simple theme, but some things want to change.
      I took out from richfaces-ui-3.3.1.GA.jar simple.xcss and simple.css. I put them into WEB-INF/classes and named as myStyle.css and myStyle.xcss.
      I created in META-INF\themes\ of my application file myStyle.theme.properties. The content of my file is

      styleSheet=resource:///myStyle.xcss

      When I run my app I have exception 'org.richfaces.skin.ThemeNotFoundException: Theme with name myStyle not found'

      What should I do to register my new theme and successfully use it ?
      Thanks in advance.