Thiago H. de Paula Figueiredo ha scritto:
> It should be configuration.add("tapestry.default-stylesheet",
> "context:styles/empty.css");
Thanks! Now the empty.css is in my page and everything works fine.
--
Alessandro Bottoni
Website: http://www.alessandrobottoni.it/
"Prediction is very diffic
Em Fri, 11 Dec 2009 10:11:53 -0200, Alessandro Bottoni
escreveu:
[AppModule.java]
// Overriding the default.css
configuration.add("DEFAULT_STYLESHEET", "context:styles/empty.css");
It should be configuration.add("tapestry.default-stylesheet",
"context:styles/empty.css");
Any suggestion
Thiago H. de Paula Figueiredo ha scritto:
>> http://tapestry.apache.org/tapestry5/guide/conf.html
>> and I tried to get rid of the default.css in both of the following ways:
>
> Try to set this configuration symbom in AppModule, method
> contributeApplicationDefaults(), instead of using web.xml.
>
Em Fri, 11 Dec 2009 07:15:37 -0200, Alessandro Bottoni
escreveu:
Hi All,
Hi!
http://tapestry.apache.org/tapestry5/guide/conf.html
and I tried to get rid of the default.css in both of the following ways:
Try to set this configuration symbom in AppModule, method
contributeApplicationDef
Hi All,
I'm trying to use this Open Source CSS template:
http://www.opendesigns.org/design/?template=45 (Multiflex 3)
Unfortunately, it looks like that some of the CSS element defined by the
default.css of Tapestry 5 are not redefined by Multiflex and still came
to the surface, interfering with M