Re: CSS NOT FOUND

2008-09-19 Thread Murilo Aguiar
thanks a lot ... very simple Murilo Aguiar 2008/9/19 Igor Vaynberg <[EMAIL PROTECTED]> > use forCss(TemplatePage.class, "template.css") > > -igor > > On Fri, Sep 19, 2008 at 10:45 AM, Murilo Aguiar <[EMAIL PROTECTED]> > wrote: > > What is wrong with my CSS??? > > > > *TemplatePage.java > > > >

Re: CSS NOT FOUND

2008-09-19 Thread Igor Vaynberg
use forCss(TemplatePage.class, "template.css") -igor On Fri, Sep 19, 2008 at 10:45 AM, Murilo Aguiar <[EMAIL PROTECTED]> wrote: > What is wrong with my CSS??? > > *TemplatePage.java > >public TemplatePage(){ >add(HeaderContributor.forCss("template.css"));* > > In the browser > > * >

CSS NOT FOUND

2008-09-19 Thread Murilo Aguiar
What is wrong with my CSS??? *TemplatePage.java public TemplatePage(){ add(HeaderContributor.forCss("template.css"));* In the browser * SisWicket 0.1 testKiller *File template.css is in the same package of file TemplatePage.java* * it is necessary plus some code? I know