Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ERROR Could not load style sheet: custom.css

541885Nov 9 2006 — edited Nov 9 2006
Hi i am working with ADF faces.I had used selectors to change the skin.I put all the selectors in custom.css file.And i put the folder in the webcontent folder.
Like Skins/Ex/custom.css.

And here is the content of my adf-faces-skins.xml file

<?xml version="1.0" encoding="ISO-8859-1"?>
<skins xmlns="http://xmlns.oracle.com/adf/view/faces/skin">
<skin>
<id>Ex.desktop</id>
<family>Ex</family>
<!-- <skin-family>#{sessionScope.skinFamily}</skin-family> -->
<render-kit-id>oracle.adf.desktop</render-kit-id>
<style-sheet-name>custom.css</style-sheet-name>
</skin>
</skins>

And adf-faces-config.xml content is

<?xml version="1.0" encoding="windows-1252"?>
<adf-faces-config xmlns="http://xmlns.oracle.com/adf/view/faces/config">
<skin-family>Ex</skin-family>
</adf-faces-config>

Now my problem is my application could't recognize the stylesheet.
And while i run the application i am getting the output which is using the Simple skin.......And in the log file it showing the error like

2006-11-09 14:18:58.125 ERROR Could not load style sheet: skins\Ex\custom.css

So anybody could help me in finding out the error.......Hope so..........

Thanks.......
simmi
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 7 2006
Added on Nov 9 2006
1 comment
453 views