I have two questions about how to use skins: 1) If my page contains a link to a css file, skins are neither requested nor used. Is it expected not to use CSS links when using skins?
2) Now I have deleted the link to my css file, but I don't seem to be able to control what skin is used on the page. I added "<skin-family>minimal</skin-family>" to my trinidad-config, but the page is showing up purple (probably picking up the purple skin). Here's the access log when I try to access the page: 127.0.0.1 - - [19/Sep/2006:09:57:48 -0400] "GET /measure/pages/measure-home.jsf HTTP/1.1" 200 19850 127.0.0.1 - - [19/Sep/2006:09:57:48 -0400] "GET /measure/adf/jsLibs/Common11-m7.js HTTP/1.1" 304 - 127.0.0.1 - - [19/Sep/2006:09:57:48 -0400] "GET /measure/adf/images/t.gif HTTP/1.1" 304 - It doesn't look like a skin is being requested. Can someone help me understand what's going on? Thanks. Naresh
