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

Reply via email to