[ 
https://issues.apache.org/jira/browse/MYFACES-2387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Leonardo Uribe resolved MYFACES-2387.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0-alpha

This bug is present only on server side state saving. 

Looking the code, the part that save the state on server was missing for 
partial state saving. The solution is just call this code from proper place.

Thanks Michael for provide the files necessary to reproduce this bug.

> component state not being restored when ValueChangeListener is attached
> -----------------------------------------------------------------------
>
>                 Key: MYFACES-2387
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2387
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-314
>    Affects Versions: 2.0.0-alpha
>            Reporter: Michael Concini
>            Assignee: Leonardo Uribe
>             Fix For: 2.0.0-alpha
>
>         Attachments: ValueChangeExample.war
>
>
> When attaching a ValueChangeListener to a component in a JSF 2.0 application 
> with partial state saving enabled, the state of the component is not being 
> restored properly.  On a second, third, etc postback, the before value is 
> always reverting to the original value, either the components value field or 
> null if the value field is not set.  
> I've discussed with Leonardo on the mailing list and he has volunteered to 
> investigate (Thanks Leonardo).   Will attach a simple testcase war to 
> reproduce.  

-- 
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