You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Cristi Toth <cr...@gmail.com> on 2007/05/18 17:19:32 UTC

t:jscookMenu not rendered on custom error page

Hi!

I have Tomcat redirecting to custom error pages depending on error codes
like this:
<error-page>
        <error-code>404</error-code>
        <location>/errorPage.xhtml?msg=PAGE_NOT_FOUND</location>
</error-page>

But... on the custom error page, my jscookMenu does not show up!!!
what could be the problem?

I've been told that maybe it's related to the extentions filter not being
called
its mappings are:
    <filter-mapping>
        <filter-name>extensionsFilter</filter-name>
        <servlet-name>Faces Servlet</servlet-name>
        <dispatcher>FORWARD</dispatcher>
        <dispatcher>REQUEST</dispatcher>
    </filter-mapping>
    <filter-mapping>
        <filter-name>extensionsFilter</filter-name>
        <url-pattern>/faces/*</url-pattern>
    </filter-mapping>

What could be the problem?

-- 
Cristi Toth
-------------
Codebeat
www.codebeat.ro