0 Replies Latest reply on Apr 2, 2013 7:47 AM by vishal3007

    rich:calendar icon from jar files

    vishal3007

      Hi,

       

      I am migrating my project to JSF 2 and richfaces 4. In our project we have created a custom component which uses rich:calendar. We pack this custom component in a Jar file and our web-module uses the component from jar file.

      We have also changed the default buttonIcon of the rich:calendar and the new buttonIcon is in the jar file.

       

      Now at UI the new buttonIcon is not visible instead a cross sign is there.

       

      In RF 3.3.3 we used

       

      <f:attribute name="buttonIcon"
                                     value="resource:///resources/icon-calendar.gif"/>
      

       

      but not sure how this can be done in RF 4 so that rich:calendar picks icon from the jar file?