On 5/4/06, Todd Patrick <[EMAIL PROTECTED]> wrote:
Is it a problem that my Faces servlet mapping is:
<url-pattern>/transactionbrowser/*</url-pattern>
[vs]
<url-pattern>*.jsf</url-pattern>
No, the beauty of using a servlet-name filter mapping is that it
doesn't matter how you specify your servlet mapping. And changes to
your servlet mapping are automatically picked up by the filter
mapping.
<filter-name>MyFacesExtensionsFilter</filter-name>
javax.faces.webapp.FacesServlet entry -->
<servlet-name>Faces Servlet</servlet-name> </filter-mapping>