1 Reply Latest reply on Apr 14, 2008 11:11 AM by ilya_shaikovsky

    skinning non-richfaces components

    turangaleela

      Good day everyone! :)

      In the project I am currently involved in (JBoss + Seam + JSF + Richfaces + Facelets) we want to enable skinning.

      Richfaces skinablity together with seam themeSelector (tuned a bit) siutes perfectly... for skinning plain richfaces UI. But what if we want to skin a page, that consists of JSF/Richfaces/HTML components?

      Say, I have

      <h3>
       <h:outputText value="My header"/>
       </h3>
       <rich:panel>
       ....
       </rich:panel>


      Is there any straightforward way to skin outputText element according to the chosen richfaces skin?

      Thnaks for your answers in advance.