You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Andy Schwartz (JIRA)" <de...@myfaces.apache.org> on 2010/11/15 19:00:15 UTC

[jira] Commented: (TRINIDAD-1790) Trinidad 2: Component Bindings are not executed during postback

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

Andy Schwartz commented on TRINIDAD-1790:
-----------------------------------------

I tested this against the latest Trinidad trunk and MyFaces 2.0.0.3-SNAPSHOT and no longer see the problem.  The component binding/view root caching problem has been resolved by the following MyFaces fix:

https://issues.apache.org/jira/browse/MYFACES-2750

I suspect that we can close up this Trinidad issue now.  (FWIW, similar issue, TRINIDAD-1786 is now closed.)


> Trinidad 2: Component Bindings are not executed during postback
> ---------------------------------------------------------------
>
>                 Key: TRINIDAD-1790
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1790
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>    Affects Versions: 2.0.0.3-core
>            Reporter: Max Starets
>
> To reproduce, run testRelativePartialTriggers.jspx an click the first "Make table Pink" button.  Note that the table component is being PPR-ed,
> but the inline style remains the same. This happens because 'table1' in the backing bean is null. The setter method never gets called.
> The most likely cause is the fact that JSF RI moved the code for binding execution out of the lifecycle implementation into the PostRestoreViewState event processing. 

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