You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Matthias Weßendorf (JIRA)" <de...@myfaces.apache.org> on 2007/12/05 10:50:43 UTC

[jira] Commented: (TRINIDAD-811) PPR problem with Facelets

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

Matthias Weßendorf commented on TRINIDAD-811:
---------------------------------------------

the correct config for the filter is:

<!-- Trinidad Filter -->
<filter>
<filter-name>trinidad</filter-name>
<filter-class>org.apache.myfaces.trinidad.webapp.TrinidadFilter</filter-class>
</filter>

<filter-mapping>
<filter-name>trinidad</filter-name>
<servlet-name>faces</servlet-name>
</filter-mapping>

> PPR problem with Facelets
> -------------------------
>
>                 Key: TRINIDAD-811
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-811
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>    Affects Versions: 1.0.2-core, 1.0.3-core
>         Environment: WinXP, MyFaces 1.1.5, Facelets 1.1.14 running on JBoss 4.2.1
>            Reporter: Steve Horne
>         Attachments: pprIsBroken.zip
>
>
> Invalid PPR response.
> A sample application is attached to this issue.  To recreate the problem, deploy the app and then go the url:
> http://localhost:8080/pprIsBroken/app/application.xhtml
> Type some text into the text box and press TAB.  If you are running Firebug, you will see the errors in the console.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.