Re: [Trinidad] Skinning Error: CSS not available

2008-08-19 Thread René van Wijk
Hi Marco, I have the following trinidad-config file: http://myfaces.apache.org/trinidad/config";> #{user.accessibilityMode} #{view.locale.language != 'nl' ? 'example' : 'minimal'} and the following trinidad-skins file http://myfaces.apache.org/trinidad/skin";> example exam

Re: [Trinidad] Skinning Error: CSS not available

2008-08-18 Thread Burghard Britzke
Am 19.08.2008 um 00:58 schrieb Marco Vieira: Hi, Well I would like to use the Trinidad Skinning mechanism. I verified that the CSS file is deployed to the WAR. In the trinidad-skins.xml file I even tried to make the path more specific using this url: // RxMasterNV/skins/tableskin/tableski

Re: [Trinidad] Skinning Error: CSS not available

2008-08-18 Thread Marco Vieira
Hi, Well I would like to use the Trinidad Skinning mechanism. I verified that the CSS file is deployed to the WAR. In the trinidad-skins.xml file I even tried to make the path more specific using this url: //RxMasterNV/skins/tableskin/tableskin.css But still no luck. Burghard, I tried your solutio

Re: [Trinidad] Skinning Error: CSS not available

2008-08-18 Thread Burghard Britzke
but it it not the trinidad skinning css file which I included. the skinning css file should exist at the location you specified in the trinidad-skins.xml configuration file. the skin-elements you specify there should be referenced by a skin-family-element in the trinidad- config.xml so you

Re: [Trinidad] Skinning Error: CSS not available

2008-08-18 Thread Burghard Britzke
I use @import "#{facesContext.externalContext.requestContextPath}/.css"

...
 
  


and it worked for me. the link-element should also work as the 

Re: [Trinidad] Skinning Error: CSS not available

2008-08-18 Thread Richard Yee
Marco, What are you using to deploy your application? can you check that the css file was copied to the deployment directory? -R On 8/18/08, Simon Lessard <[EMAIL PROTECTED]> wrote: > Hi, > > No, tr:document should add the skin reference correctly, I don't know why it > isn't working for you yet

Re: [Trinidad] Skinning Error: CSS not available

2008-08-18 Thread Marco Vieira
Thanks for the quick replies, I've tried manually linking the CSS file within trh:head tags. But it didn't work it just added another CSS reference. Anyone have more ideias? I've been on this for 3 days...I'm sort of a beginner :) Thanks in advance, Marco On Mon, Aug 18, 2008 at 3:38 PM, Simon

Re: [Trinidad] Skinning Error: CSS not available

2008-08-18 Thread Simon Lessard
Hi, No, tr:document should add the skin reference correctly, I don't know why it isn't working for you yet however. Regards, ~ Simon On Mon, Aug 18, 2008 at 10:33 AM, René van Wijk < [EMAIL PROTECTED]> wrote: > I am not sure but to my knowledge you have to use > > > > >

RE: [Trinidad] Skinning Error: CSS not available

2008-08-18 Thread René van Wijk
I am not sure but to my knowledge you have to use if you want the trinidad metadata, such as skins, to be loaded. The tag only adds the default html, head and body tags. Hope this helps. -Original Message- From: Marco Vieira [mai