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
> >
> >
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
>
> *
>
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