[ 
https://issues.apache.org/jira/browse/TRINIDAD-119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13097803#comment-13097803
 ] 

Soren commented on TRINIDAD-119:
--------------------------------

Adding the /__ADF__ servlet mapping dosent work for me. The 404 is just 
replaced by a popup with the content "/__ADF__"!

        <servlet-mapping>
                <servlet-name>faces</servlet-name>
                <url-pattern>/__ADFv__</url-pattern>
        </servlet-mapping>

        <servlet-mapping>
                <servlet-name>faces</servlet-name>
                <url-pattern>*.xhtml</url-pattern>
        </servlet-mapping>

Using myfaces 1.2.10, trinindad 1.2.14, facelet 1.1.14.



> 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, 
> TRINIDAD-119-trinidad-impl.patch
>
>
> 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.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to