I've updated forrest/content/xdocs/tomahawk/extensionsFilter.xml
describing how the filter works and what filter mappings you should
set.

Here's what I'd recommend using.  As was mentioned before, you need both:

<!-- extension mapping for adding <script/>, <link/>, and other
resource tags to JSF-pages  -->
<filter-mapping>
    <filter-name>MyFacesExtensionsFilter</filter-name>
    <!-- servlet-name must match the name of your
javax.faces.webapp.FacesServlet entry -->
    <servlet-name>Faces Servlet</servlet-name>
</filter-mapping>

<!-- extension mapping for serving page-independent resources
(javascript, stylesheets, images, etc.)  -->
<filter-mapping>
    <filter-name>MyFacesExtensionsFilter</filter-name>
    <url-pattern>/faces/*</ url-pattern>
</filter-mapping>


On 12/21/05, Kurt Edegger <[EMAIL PROTECTED]> wrote:
> Hi,
>
> nope this didn't work. No change at all - same problem ..
>
> Thank you,
>
>    Kurt
>
> Quoting "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>:
>
> > Kurt Edegger <[EMAIL PROTECTED]> wrote on 12/21/2005 01:18:05 PM:
> >
> > > Hi,
> > >
> > > I posted the same issue couple of weeks ago and couldn't resolve it.I'm
> > still
> > > stuck with an JavaScript error: jscalendarPopUpCalendar is not defined
> > >
> > > I do have the extensionsFilter declared in my web.xml, both mapped to
> > /faces/*
> > > and *.jsf as shown by this snipplet of my web.xml:
> >
> > Map the filter to *.faces also, and check..?
> >
> >
> > > Thanks for any help!
> > >
> > >   Kurt
> > >
> >
> > Geeta
> >
>
>
>
>
>

Reply via email to