7 Replies Latest reply on Oct 3, 2007 5:48 PM by emalvino

    Wrong look when running demo on Oracle AS 10.1.3.2

    jtocko

      Hi,
      I've tried richfaces-demo.war on Oracle OC4J4 Standalone Server v10.1.3.2,
      demo works ok, but there is a problem with look of components.

      When I analyzed the HTML, I discovered that

      /richfaces-demo/a4j.res/org/richfaces/renderkit/html/css/table.xcss/DATA/eAErfyd3CAAFqAJG.jsf

      returns on Tomcat 5.5:

      .dr-table{
      border-top:1px solid #C0C0C0;border-left:1px solid #C0C0C0;background-color:#FFFFFF;}
      .dr-table-cell{
      border-right:1px solid #C0C0C0;border-bottom:1px solid #C0C0C0;padding:4px 4px 4px 4px;font-size:11px;color:#000000;font-family:Arial, Verdana, sans-serif ;}
      
      ...



      while on Oracle AS the same URL doesn't return the CSS:
      <template xmlns:f="http:/jsf.exadel.com/template" xmlns:u="http:/jsf.exadel.com/template/util" xmlns="http://www.w3.org/1999/xhtml">
      <selector name=".dr-table">
       <style name="border-top" value="1px solid"><verbatim skin="tableBorderColor"></verbatim></style>
       <style name="border-left" value="1px solid"><verbatim skin="tableBorderColor"></verbatim></style>
       <style name="background-color" skin="tableBackgroundColor"></style>
      </selector>
      <selector name=".dr-table-cell">
       <style name="border-right" value="1px solid"><verbatim skin="tableBorderColor"></verbatim></style>
       <style name="border-bottom" value="1px solid"><verbatim skin="tableBorderColor"></verbatim></style>
       <style name="padding" value="4px 4px 4px 4px"></style><style name="font-size" skin="generalSizeFont"></style>
       <style name="color" skin="generalTextColor"></style>
       <style name="font-family" skin="generalFamilyFont"></style>
      </selector>
      
      ...



      Oracle AS/OC4J 10.1.3 is supported AS,
      what should I set up to get correct CSS ?
      Thank you for answer,
      JT