<!-- 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?
--
View this message in context:
http://www.nabble.com/MyFacesExtensionsFilter--t1756467.html#a4776929
Sent from the MyFaces - Users forum at Nabble.com.