It'd be easier for you to post your own web.xml file. But you can find example web.xml files in the examples source code in svn.
Typically, I've found that the problem is that you've either got your web.xml elements in the wrong order, or that you've left off or mismapped one of the two filter mappings required for the extensions filter. On 8/7/06, Joe ersinghaus <[EMAIL PROTECTED]> wrote:
Hello, I've got a simple myfaces form running using the normal myfaces controls like t:panelGrid, t:inputText and t:outputText tags. When I added a t:inputCalendar, my app broke. This is a portion of the stack trace I got: "javax.servlet.ServletException: ExtensionsFilter not correctly configured. JSF mapping missing. JSF pages not covered. Please see: http://myfaces.apache.org/tomahawk/extensionsFilter.html" Went to the page above and added example filter to my web.xml file but my page still fails. Can anyone supply an example of a working web.xml file for core/tomahawk 1.1.3? Thanks, - Joe

