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.

Reply via email to