remove the

<filter-mapping>
   <filter-name>extensionsFilter</filter-name>
   <url-pattern>*.jsf</url-pattern>
 </filter-mapping>

instead wire it to your FacesServlet

<filter-mapping>
       <filter-name>extensionsFilter</filter-name>
        <servlet-name>Faces Servlet</servlet-name>
</filter-mapping>

Assuming you call it Faces Servlet.

Is there any difference?

Apart from this. You are using Facelets, right? So, why are there the
jsp-includes at the top of the tabbedPane page?

cheers,

Gerald

--
http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces

Reply via email to