Thank you, I looked at that as well... Would you provide an example of how you set-up your web.xml file?
Thanks, --Todd -----Original Message----- From: Mario Ivankovits [mailto:[EMAIL PROTECTED] Sent: Thursday, May 04, 2006 3:47 PM To: MyFaces Discussion Subject: Re: 1.1.3 returns the error: java.lang.IllegalStateException: ExtensionsFilter not correctly configured. JSF mapping missing. JSF pages not covered. Hi Todd! > <context-param> > > <param-name>org.apache.myfaces.CHECK_EXTENSIONS_FILTER</param-name> > <param-value>false</param-value> > </context-param> Given that you already told the system to disable this filter check I bet that the web.xml you edit is not the used by tomcat. Just a wild guess, dont get it personal :-) - its something happend here now and then when the deployment didnt do what I expected it to do. Do you use somethink like a "exploded" tomcat directory, or a eclipse/idea whatever automatic deployment? If so, please look at the exploded web.xml. Ciao, Mario

