[
https://issues.apache.org/jira/browse/TRINIDAD-119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12839708#action_12839708
]
Joachim Schrod commented on TRINIDAD-119:
-----------------------------------------
I can confirm that the problem still exists with MyFaces 1.2.8, Trinidad
1.2.12, and Faceletes 1.1.14.
It can be reproduced by a simple page that just has <tr:inputDate
value="#{date.date}" label="Default Date:"/>
as content and an associated bean date.
Ians patch works. One must have a servlet-mapping established from
DEFAULT_SUFFIX to Faces Servlet,
if one has different suffixes for files and URIs.
That was probably Mathias problem, he has to establish a servlet-mapping to
*.xhtml as well, in addition to *.jsf.
> InputDate popup crashes when using extension mapping
> ----------------------------------------------------
>
> Key: TRINIDAD-119
> URL: https://issues.apache.org/jira/browse/TRINIDAD-119
> Project: MyFaces Trinidad
> Issue Type: Bug
> Affects Versions: 1.2.1-core
> Environment: Apache Tomcat 6.0.13, JDK 1.6.02, Facelets 1.1.11,
> Trinidad 1.2.1, MyFaces 1.2.0, Ajax4jsf 1.0.6
> Reporter: Jan-Kees van Andel
> Attachments: MyFacesBugFixFilter.java, MyFacesBugFixFilter.java
>
>
> If I use extension mapping (*.faces), my inputDate component crashes with a
> 404 when I click on the button.
> The message is:
> "The requested resource (/mblf/__ADFv__) is not available."
> When using prefix mapping (/faces/), everything works fine. The URL it
> references is:
> http://localhost:8080/mblf/faces/__ADFv__?_t=fred&_red=cd&value=1185058800000&loc=en
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.