What is done here is the extensions filter's work. it depends on the component at hand, if the developer foresaw a possibility to switch off the extensions filter or overwrite the extension filter's settings as to include your desired CSS files.
Sean Schofield has done so in the tree2 component, and I have provided this switch for the input calendar. I am forwarding this message to Thomas Spiegl, who originally built the menu component. I just have to tell you that he is timely rather under pressure, but maybe he finds the time to build in a switch? regards, Martin On Tue, 22 Mar 2005 18:52:54 -0600, Aaron Bartell <[EMAIL PROTECTED]> wrote: > I have an update on this thread. Some how some way the following lines > are getting added to each MyFaces page without me including them: > > <script > src="/copycenterIII/faces/myFacesExtensionResource/navmenu.NavigationMenuItem/1110968412000/jscookmenu/JSCookMenu.js" > type="text/javascript"></script> > <script > src="/copycenterIII/faces/myFacesExtensionResource/navmenu.NavigationMenuItem/1110968412000/jscookmenu/ThemeOffice/theme.js" > type="text/javascript"></script> > <link rel="stylesheet" > href="/copycenterIII/faces/myFacesExtensionResource/navmenu.NavigationMenuItem/1110968412000/jscookmenu/ThemeOffice/theme.css" > type="text/css"/> > <script > src="/copycenterIII/faces/myFacesExtensionResource/navmenu.NavigationMenuItem/1110968412000/jscookmenu/ThemeMiniBlack/theme.js" > type="text/javascript"></script> > <link rel="stylesheet" > href="/copycenterIII/faces/myFacesExtensionResource/navmenu.NavigationMenuItem/1110968412000/jscookmenu/ThemeMiniBlack/theme.css" > type="text/css"/> > <script > src="/copycenterIII/faces/myFacesExtensionResource/navmenu.NavigationMenuItem/1110968412000/jscookmenu/ThemeIE/theme.js" > type="text/javascript"></script> > <link rel="stylesheet" > href="/copycenterIII/faces/myFacesExtensionResource/navmenu.NavigationMenuItem/1110968412000/jscookmenu/ThemeIE/theme.css" > type="text/css"/> > <script > src="/copycenterIII/faces/myFacesExtensionResource/navmenu.NavigationMenuItem/1110968412000/jscookmenu/ThemePanel/theme.js" > type="text/javascript"></script> > <link rel="stylesheet" > href="/copycenterIII/faces/myFacesExtensionResource/navmenu.NavigationMenuItem/1110968412000/jscookmenu/ThemePanel/theme.css" > type="text/css"/> > > And being that they are getting added after my <link> tag that is why > they are taking precedence I am guessing. Any thoughts? > > TIA, > Aaron Bartell > > On Tue, 22 Mar 2005 10:47:02 -0600, Aaron Bartell > <[EMAIL PROTECTED]> wrote: > > Hi all, > > > > I just installed version 1.0.9 of MyFaces and it looks like my > > modifications to ThemeOffice of the JSCookmenu are not being taken when > > displaying my pages in the browser. I am thinking that it is instead > > pulling the config for ThemeOffice from > > org.apache.myfaces.custom.navmenu.resource.jscookmenu.ThemeOffice which > > has basically everything that I have in my webroot at > > /jscookmenu/ThemeOffice/. > > > > Is there a new feature of JSCookmenu that allows me to specify where to > > look for the theme I am using? I didn't see any new tag attributes that > > would indicate that is true. > > > > Note that I have tried changing my version of ThemeOffice located at > > /jscookmenu/ThemeOffice in my webroot, but none of the changes take > > affect, so I am near certain that it is grabbing the theme.css from > > org.apache.myfaces.custom.navmenu.resource.jscookmenu.ThemeOffice. > > > > Thoughts anyone? > > Aaron Bartell > > > > -- > Aaron Bartell >

