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