You can find improved extensions filter mappings on this page:

http://myfaces.apache.org/tomahawk/extensionsFilter.html

It clears up a lot of the confusion regarding what needs to be done and why.

On 1/8/06, Michel Goldstein <[EMAIL PROTECTED]> wrote:
> Simon and Greeta,
>
> That's exactly my problem. I had changed the servlet mapping to
> *.faces, but left the extension filter to *.jsf. As I was calling the
> tree2.faces, it was not calling the filter. I have cross-added the
> extensions and now everything is working!
>
> Thank you!
>
> Michel
>
> On 1/8/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> >
> > Simon Kitching <[EMAIL PROTECTED]> wrote on 01/08/2006 04:57:59 PM:
> >
> >  >
> >  > The code that processes queued resources and actually modifies the
> >  > generated page to include them is the ExtensionsFilter. If you don't
> >  > have this filter mapped for "*.jsf" then that would explain your problem.
> >  >
> >  >    <filter-mapping>
> >  >      <filter-name>extensionsFilter</filter-name>
> >  >      <url-pattern>*.jsf</url-pattern>
> >  >    </filter-mapping>
> >  >
> >
> > Simon, shouldn't there be entries for url-patterns *.faces as well as for
> > /faces/*?
> >
> >  > Regards,
> >  >
> >  > Simon
> >
> > Regards,
> > Geeta
> >
>

Reply via email to