Re: Getting rid of the default.css

2009-12-11 Thread Alessandro Bottoni
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

Re: Getting rid of the default.css

2009-12-11 Thread Thiago H. de Paula Figueiredo
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

Re: Getting rid of the default.css

2009-12-11 Thread Alessandro Bottoni
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. >

Re: Getting rid of the default.css

2009-12-11 Thread Thiago H. de Paula Figueiredo
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

Getting rid of the default.css

2009-12-11 Thread Alessandro Bottoni
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