"Jan" <[EMAIL PROTECTED]> wrote on 12/14/2005 04:34:55 PM:

> Hi,

>  
> …unfortunately I already configured the extension filter.
> The Filter maps to /jsp/*, *.jsp, *.jsf, *.htm …. I tried everything….
> And it seems to work – the needed *.js files are included.
> But somehow, the popup never pops up ????
> (I have multiple forms on my page – is this a problem?)
>  
> What else can I do?

Here's what i have in my web.xml:
<filter-mapping>
        <filter-name>MyFacesExtensionsFilter</filter-name>
        <url-pattern>*.jsf</url-pattern>
</filter-mapping>
<filter-mapping>
        <filter-name>MyFacesExtensionsFilter</filter-name>
        <url-pattern>*.faces</url-pattern>
</filter-mapping>
<filter-mapping>
        <filter-name>MyFacesExtensionsFilter</filter-name>
        <url-pattern>/faces/*</url-pattern>
</filter-mapping>

The last one was what i was missing..  Do you have them all?

>  
> Jan :)

Geeta

Reply via email to