[
https://issues.apache.org/jira/browse/TRINIDAD-1671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12796362#action_12796362
]
Gabrielle Crawford commented on TRINIDAD-1671:
----------------------------------------------
ok, so you don't have to wait for the fix for 1670, the only thing you need to
do before running is turn off the change manager by chaning the change
persistence web.xml param like so:
<context-param>
<param-name>org.apache.myfaces.trinidad.CHANGE_PERSISTENCE</param-name>
<param-value>org.apache.myfaces.trinidad.change.NullChangeManager</param-value>
</context-param>
> Trinidad 2: ppr error when interacting with programatically added component
> ---------------------------------------------------------------------------
>
> Key: TRINIDAD-1671
> URL: https://issues.apache.org/jira/browse/TRINIDAD-1671
> Project: MyFaces Trinidad
> Issue Type: Bug
> Reporter: Gabrielle Crawford
>
> wait for the fix for https://issues.apache.org/jira/browse/TRINIDAD-1670, or
> move "_parent = parent;" to the top of UIXComponentBase.setParent, which is a
> workaround for 1670.
> Now run stateSaving/partialAddComponent.jspx. You don't need to set up
> partial state saving or change web.xml, just try adding the component, and
> then opening the showDetail, when it asks you to reload the page hit cancel
> and look at the js error.
> The js error starts with: ["Invalid PPR response. The response-headers were:
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.