Hi! > <!-- extension mapping for serving page-independent resources (javascript, > stylesheets, images, etc.) --> > <filter-mapping> > <filter-name>MyFacesExtensionsFilter</filter-name> > <url-pattern>/faces/myFacesExtensionResource/*</url-pattern> > </filter-mapping> > > I not sure what this does. Should the <url-pattern> be specific to my > resources(javascript, stylesheets, images, etc)? Is this for internal > myFaces workings? > No, this is correct. The exception in one of your other thread just means that the "jsf pages" are not covered - this is the *.jsf mapping, you access your pages with *.jsf? If not please change this mapping.
If the exception still coming up, this must be something TILES specific. You can disable this check as described in http://wiki.apache.org/myfaces/MyFacesExtensionsFilter though, I dont know about other side effects then, I do not use TILES. Ciao, Mario

