I used the tabbedpane component, without using the extensions filter, by copying the relevant resource files into my local directory and then worked on the relevant css files to get the exact look and feel that I wanted. In one of the tabs I put a inputCalendar component. In order to get it to work though, I had to add the extensions filter to the web.xml. Unfortunately, doing this messes up my carefully designed tabbedPane component as my custom css file is ignored in place of the css found in tomahawk.
Is there anyway around this? ie, can I either override the css supplied when using the extensions filter for my tabbedpane, or, can I get the inputcalendar component to work without the extensions filter? Any insight appreciated! Thanks -- View this message in context: http://www.nabble.com/Using-Custom-CSS-with-extensions-filter-t1400335.html#a3767274 Sent from the MyFaces - Users forum at Nabble.com.

