I'm learning to use ADF on Oracle jDeveloper 11g.
I created an ADF Fusion Web Application (with the WebLogic webserver) and I created a JSF page under \ViewController\public_html. Then I created a CSS skin file (for JSF) and I put it under \ViewController\WebContent\resources\css\
I want to apply such style rules to the JSF page. To do this I put it into such page the line
<h:outputStylesheet library="css" name="prova.css" id="CASD"/>
where prova.css is the name of the CSS file I've created.
It doesn't work, neither using /css instead of css or /resources/css, etc.
/WebContentas well? As to the problem, please elaborate "doesn't work". What exactly are you seeing in the generated HTML output? What exactly does the client (webbrowser) say about the resource? – BalusC Nov 15 '11 at 15:39<link>element is correct? Then this is not a JSF problem. Perhaps the CSS file is just empty or something. – BalusC Nov 15 '11 at 18:06