13 Replies Latest reply on Aug 20, 2007 8:51 AM by viggo.navarsete

    Panel and calendar isn't skinned when using the 3.1.0.SNAPSH

    viggo.navarsete

      When using example code from http://livedemo.exadel.com/richfaces-demo/richfaces/panel.jsf?c=panel
      the header isn't skinned like in the demo.

      From jsp:

       <rich:panel>
       <f:facet name="header">
       Write your own custom rich components with built-in AJAX support
       </f:facet>
       text....
       </rich:panel>


      Also when I try the calendar sample from subversion repository, the skins aren't applied.

      Other components, like the simpleTogglePanel, are skinned:
      <rich:simpleTogglePanel switchType="client" label="Add AJAX capability to existing JSF applications">
       context...
       </rich:simpleTogglePanel