Ok, I got the filters turned on. There was an error with conflicting jar files. We're actually just mapping plain .jsp files w/ JSF content.
Unfortunately it still does not appear to resolve the *.js javascript source files or the *.css files for that matter. Is there anything else I should be doing besides the filter? I tried checking out the examples but I didn't see anything out of the ordinary that I was doing either. Thanks for the help. -Matt --- Sean Schofield <[EMAIL PROTECTED]> wrote: > Yes the extensions filter is what you are looking > for. Sylvain added > some excellent documentation on that the other day. > If that doesn't > explain it then take a look at the tree2 source code > and how it makes > use of it in the simple examples. > > sean > > On Apr 12, 2005 12:19 PM, Matt Fury > <[EMAIL PROTECTED]> wrote: > > Hmm, have you had any experience with > > MyFacesExtensionsFilter? This seems to be the > answer > > on the myfaces site but I cannot get it to work > and/or > > and not quite sure if it will work. > > > > -Matt > > > > --- Heath Borders <[EMAIL PROTECTED]> wrote: > > > We had to hack the MyFaces resource servlet to > get > > > it going in our own > > > component jar, but it works fine once we got it > > > working. > > > > > > On Apr 12, 2005 9:57 AM, Matt Fury > > > <[EMAIL PROTECTED]> wrote: > > > > > > > > Has anyone had any luck loading javascript > source > > > > files or stylesheets from a jar file? > > > > > > > > I've been told there is an old trick to the > tune > > > of > > > > something like this: > > > > > > > > <script language="JavaScript" > > > > src="jar:file: > > > > > > > > > > myfaces.jar!/org/apache/myfaces/custom/navmenu/resource/jscookmenu/JSCookMenu.js > > > > " > > > > type="text/javascript"></script> > > > > <script language="JavaScript" > > > > src="jar:file: > > > > > > > > > > myfaces.jar!/org/apache/myfaces/custom/navmenu/resource/jscookmenu/ThemeOffice/theme.js > > > > "></script> > > > > > > > > But I am not having any luck. Any ideas? > > > > > > > > Thanks! > > > > > > > > -Matt > > > > > > > > > > > > > > > > > -- > > > -Heath Borders-Wing > > > [EMAIL PROTECTED] > > > > > >

