Mike Duffy <[EMAIL PROTECTED]> wrote on 12/12/2005 01:00:28 PM:

> I just went through the same thing.  
>
> From a previous post:
>
> It would be a good idea to add a note to the documentation page for
> <t:inputCalendar/>
> (http://myfaces.apache.org/tomahawk/calendar.html), stating, "This
> component requires the MyFaces'
> Extensions Filter (http://myfaces.apache.org/tomahawk/extensionsFilter.html)."
>
> Good luck.
>
> Mike


Hi Mike, thanks for your reply! I remember this discussion and in fact had earlier confirmed that i had the extensions filter configured in my web.xml. After reading your note, I rechecked my web.xml and noticed I only had:
<filter-mapping>
        <filter-name>MyFacesExtensionsFilter</filter-name>
        <url-pattern>*.faces</url-pattern>
</filter-mapping>

I added this bit:
<filter-mapping>
        <filter-name>MyFacesExtensionsFilter</filter-name>
        <url-pattern>/faces/*</url-pattern>
</filter-mapping>

.. and then ... yipee!!... things started working right..:)

Thanks so  much for steering me right!
Geeta

Reply via email to