[Wicket-user] Linking CSS

2007-07-10 Thread Juan Asensio Sánchez
Hi everybody I am trying to link a CSS file to my template using this code: wicket:head wicket:link link rel=Stylesheet type=text/css href=css/main.css media=screen / wicket:link /wicket:head Also tried with: wicket:head link wicket:id=CSSMain rel=Stylesheet type=text/css href=css/main.css

Re: [Wicket-user] Linking CSS

2007-07-10 Thread Igor Vaynberg
On 7/10/07, Juan Asensio Sánchez [EMAIL PROTECTED] wrote: Hi everybody I am trying to link a CSS file to my template using this code: wicket:head wicket:link link rel=Stylesheet type=text/css href=css/main.css media=screen / wicket:link /wicket:head Also tried with: wicket:head link

Re: [Wicket-user] Linking CSS

2007-07-10 Thread Juan Asensio Sánchez
Well i had an error in my previous mail. Actually i am using this code (i am developing a theme engine), so i use this code in the html template: link wicket:id=CSSMain rel=stylesheet type=text/css href=css/main.css media=screen / And this in the associated webpage: add(new

Re: [Wicket-user] Linking CSS

2007-07-10 Thread Igor Vaynberg
On 7/10/07, Juan Asensio Sánchez [EMAIL PROTECTED] wrote: Well i had an error in my previous mail. Actually i am using this code (i am developing a theme engine), so i use this code in the html template: link wicket:id=CSSMain rel=stylesheet type=text/css href=css/main.css media=screen / And

Re: [Wicket-user] Linking CSS

2007-07-10 Thread Juan Asensio Sánchez
OK. I enabled debug and i found this line: 2007-07-11 00:11:39,970 DEBUG [wicket.util.resource.locator.ResourceFinderResourceStreamLocator] Attempting to locate resource 'es/bytelecom/bujero/web/themes/mollio/es/bytelecom/bujero/web/pages/common/css/main.css' on path [folders =

Re: [Wicket-user] Linking CSS

2007-07-10 Thread Igor Vaynberg
On 7/10/07, Juan Asensio Sánchez [EMAIL PROTECTED] wrote: OK. I enabled debug and i found this line: 2007-07-11 00:11:39,970 DEBUG [wicket.util.resource.locator.ResourceFinderResourceStreamLocator] Attempting to locate resource