…hmm I thought
these mappings have something in common with my own used files.
And I don’t have
files named *.faces and no folder called faces.
So I didn’t include
these filter mappings….. – I’m pinky, not brain !
AND …YOU ARE THE
KING OF THE DAY :)
Thank you – now it
works :)
Jan
Von:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Gesendet: Mittwoch, 14. Dezember
2005 22:43
An: MyFaces
Discussion
Betreff: Re: AW: inputDate - no
popupCalendar
"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